diff options
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 e572b2fac2c48..a606ed8ce4122 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 \ |