mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/aces-dev: Fixed tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
14dfbb5165
commit
a6df06a308
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/v"$VERSION".tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="aces-dev"
|
||||
VERSION="1.0.2"
|
||||
HOMEPAGE="http://www.oscars.org/science-technology/sci-tech-projects/aces"
|
||||
DOWNLOAD="https://github.com/ampas/aces-dev/archive/v1.0.2.tar.gz"
|
||||
DOWNLOAD="https://github.com/ampas/aces-dev/archive/v1.0.2/aces-dev-1.0.2.tar.gz"
|
||||
MD5SUM="66af1b9098515b9ca4d15560bf486214"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue