Added symlinks for binaries.
This commit is contained in:
parent
72064ef1dd
commit
a636e499f1
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
DIST FileZilla_Pro_3.55.1_x86_64-linux-gnu.tar.bz2 16080216 BLAKE2B 57086d616b2eac5d5601446b93895c526b5fa4052bf9f73fb0f4ec154e8b93eddf9ca3bba7779f00d4c95cc8e43b5ef9528b957f8c924137b38bf52e9edfda2f SHA512 0817a0f5d22a98fa236b4dc1b7593ad92895fdc26860d41fc31cc8185cbc05277bd836eca7d0b1afa23460c8a84ab4c55415d26732f3da60cdcf2058b1a97288
|
||||
EBUILD filezillapro-3.55.1.ebuild 1276 BLAKE2B 0122db9a34a455849b3567df8ebab805adb2a53d0bcdcc64ac9fdd01c1678764437e0b6dc63416709f5ed5eeeb5a1ef7943a7dacbad84ea3b22ea75de17fba87 SHA512 bc09348617bc450836f14e10e3d6c721c0113d93d23502a2d391308993b5c13a0ada61c635d3d64deaa807da825cb1f923eb7b6d9f08c7976d13bf97666cc010
|
||||
EBUILD filezillapro-3.55.1.ebuild 1573 BLAKE2B 05987efa54072568de5c1a041b81f350710ed935007cd80771bc2b871d4a04072e4acb261299cc4ad6fa76e4bd4127c8d9d745665598e4179e7acca38c8eb278 SHA512 a5e43d0f13f85cda1411db92dc6eb09a382b4cabbe69b6f18a9de5de113ce79bb4ed70592ec62e2a4555fe96cc0dcc7f681c8577070544e6d34cf2c9bd5a1983
|
||||
MISC metadata.xml 253 BLAKE2B 47cb56f9e5d3702254fa6819023e7a71e929a1a96caa8d9631cd6d777ba768441f60225db6b292414315c66aa75c90c28fc626589988f0d8bff045a6d10097f6 SHA512 5fe3ab58191244f019bce4c35455181f33ade3644bd73091a1bdbea999b5f1964e822fa06f09e8436db86bdf33364b49bcb9ca8bc61f7a760cb0c3b400957f3a
|
||||
|
|
|
@ -48,6 +48,13 @@ src_unpack() {
|
|||
|
||||
src_install() {
|
||||
doins -r opt
|
||||
exeinto /opt/FileZilla3/bin/
|
||||
doexe filezilla fzputtygen fzsftp fzstorj
|
||||
dodir /opt/bin
|
||||
dosym ../FileZilla3/bin/filezilla /opt/bin/filezilla
|
||||
dosym ../FileZilla3/bin/fzputtygen /opt/bin/fzputtygen
|
||||
dosym ../FileZilla3/bin/fzsftp /opt/bin/fzsftp
|
||||
dosym ../FileZilla3/bin/fzstorj /opt/bin/fzstorj
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
|
Loading…
Reference in a new issue