summaryrefslogtreecommitdiffstats
path: root/games/voxelands/voxelands.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/voxelands/voxelands.SlackBuild')
-rw-r--r--games/voxelands/voxelands.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/voxelands/voxelands.SlackBuild b/games/voxelands/voxelands.SlackBuild
index 327e9a1c19..9f352458df 100644
--- a/games/voxelands/voxelands.SlackBuild
+++ b/games/voxelands/voxelands.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=voxelands
-VERSION=${VERSION:-1501.00}
+VERSION=${VERSION:-1709.00}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -71,8 +71,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-tar xf $CWD/$PRGNAM-$VERSION-src.tar.bz2
-cd $PRGNAM
+tar xf $CWD/$PRGNAM-v$VERSION.tar.bz2
+cd $PRGNAM-v$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \