mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/lsyncd: Fixed tarball handling.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
3499172f0b
commit
21bff9b899
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -fr $PRGNAM-release-$VERSION
|
||||
tar xvf $CWD/release-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-release-$VERSION.tar.gz
|
||||
cd $PRGNAM-release-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="lsyncd"
|
||||
VERSION="2.1.6"
|
||||
HOMEPAGE="https://github.com/axkibe/lsyncd"
|
||||
DOWNLOAD="https://github.com/axkibe/lsyncd/archive/release-2.1.6.tar.gz"
|
||||
DOWNLOAD="https://github.com/axkibe/lsyncd/archive/release-2.1.6/lsyncd-release-2.1.6.tar.gz"
|
||||
MD5SUM="e0618ac837a25aa027fa1cbb67815c23"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue