mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/engauge: Fixed tarball handling.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
2c643e9385
commit
7e125cb016
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAMFILE-$VERSION
|
||||
tar xvf $CWD/v$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAMFILE-$VERSION.tar.gz
|
||||
cd $PRGNAMFILE-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="engauge"
|
||||
VERSION="9.5"
|
||||
HOMEPAGE="http://markummitchell.github.io/engauge-digitizer/"
|
||||
DOWNLOAD="https://github.com/markummitchell/engauge-digitizer/archive/v9.5.tar.gz"
|
||||
DOWNLOAD="https://github.com/markummitchell/engauge-digitizer/archive/v9.5/engauge-digitizer-9.5.tar.gz"
|
||||
MD5SUM="c45ee9b56796ba515901f9d9c05ecbc2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue