Changed unpack line.
This commit is contained in:
parent
3fe709559c
commit
0c90d27f14
2 changed files with 4 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
EBUILD filezillapro-3.55.1.ebuild 1127 BLAKE2B 8de2603b76297519fd2cff09811be805c887d9c35c7c78f1a84824ffd75e90c31a0ccee87078d46325c5f9c2c4b4fe7ce554c57a828405da86fddb2322a833e5 SHA512 70cacb8ffcfd5e58a996def3a6dc2c9de331bf914662238998d65db71db82641a95aebf467e22945b1a9a7f650cb03485ce4c29982f802765972c5f18f09cf81
|
||||
EBUILD filezillapro-3.55.1.ebuild 1082 BLAKE2B 3120903a58913bee1f06c033a758be7d2fc0fcbb2d36a631436863d06357d2bc33f429c926daec2c104ed32bd4695e09cf36bb24eb1866e69aafec229a6db092 SHA512 0490d98316949db8c5d754e772e60b3af41f8963a9528f46369363ca037eb6229f1155c00f9dbda42043e5b98257c9e02a86304adb258ef296faa788b1f130be
|
||||
MISC metadata.xml 253 BLAKE2B 47cb56f9e5d3702254fa6819023e7a71e929a1a96caa8d9631cd6d777ba768441f60225db6b292414315c66aa75c90c28fc626589988f0d8bff045a6d10097f6 SHA512 5fe3ab58191244f019bce4c35455181f33ade3644bd73091a1bdbea999b5f1964e822fa06f09e8436db86bdf33364b49bcb9ca8bc61f7a760cb0c3b400957f3a
|
||||
|
|
|
@ -12,6 +12,7 @@ MY_P="FileZilla_Pro_${MY_PV}"
|
|||
|
||||
DESCRIPTION="Commercial verison of FileZilla"
|
||||
HOMEPAGE="https://filezillapro.com/"
|
||||
SURI="FileZilla_Pro_${PV}.tar.bz2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
@ -31,12 +32,12 @@ RESTRICT="fetch"
|
|||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download"
|
||||
einfo " - FileZilla_Pro_${PV}_x86_64-linux-gnu.tar.bz2"
|
||||
einfo " - ${A}"
|
||||
einfo "from ${HOMEPAGE} and place it in your DISTDIR directory."
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack FileZilla_Pro_${PV}_x86_64-linux-gnu.tar.bz2
|
||||
unpack ${A}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
Loading…
Reference in a new issue