mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/lua-zlib: Fixed source file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
786be730ea
commit
d8f613f9da
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$HASH
|
||||
tar xvf $CWD/$PRGNAM-$HASH.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$HASH.tar.gz || tar xvf $CWD/$HASH
|
||||
cd $PRGNAM-$HASH
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
Loading…
Reference in a new issue