diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2017-02-17 17:33:06 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-17 21:52:12 +0000 |
commit | 140df2b7d43ac446395bc38b355b9483d5f7a4fc (patch) | |
tree | c2bac3b52e2ad166d14af127fc31dfb6942aba38 /games/redeclipse/redeclipse.SlackBuild | |
parent | e083e2c33a9f36998af18279b466e91d91229567 (diff) |
games/redeclipse: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/redeclipse/redeclipse.SlackBuild')
-rw-r--r-- | games/redeclipse/redeclipse.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/redeclipse/redeclipse.SlackBuild b/games/redeclipse/redeclipse.SlackBuild index e572b2fac2c4..a606ed8ce412 100644 --- a/games/redeclipse/redeclipse.SlackBuild +++ b/games/redeclipse/redeclipse.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=redeclipse VERSION=${VERSION:-1.5.1} -SRCVER="7e7aba44e58a90f256321e5a7cb4879b" +SRCNAM=base BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/${PRGNAM}_${VERSION}_nix.tar.bz2 || tar xvf $CWD/$SRCVER -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/${SRCNAM}-${VERSION}.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |