network/luakit: Fixed tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
be03db6787
commit
6bf382609a
|
@ -56,7 +56,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="luakit"
|
||||
VERSION="2017.08.10"
|
||||
HOMEPAGE="https://github.com/luakit/luakit"
|
||||
DOWNLOAD="https://github.com/luakit/luakit/archive/2017.08.10/2017.08.10.tar.gz"
|
||||
DOWNLOAD="https://github.com/luakit/luakit/archive/2017.08.10/luakit-2017.08.10.tar.gz"
|
||||
MD5SUM="77065e5acf7a941954d6c61a28df98d1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue