summaryrefslogtreecommitdiffstats
path: root/games/voxelands/voxelands.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2022-02-12 07:58:12 +0100
committer Willy Sudiarto Raharjo2022-02-13 03:18:00 +0100
commit530d8f760b9255e462a6d7a040291e7a13b1261c (patch)
treec360bb6d8930c6c773e822ffc21d58d894898d7c /games/voxelands/voxelands.SlackBuild
parent350ddc9bfaa8f99a25896a03b9370ff583101900 (diff)
downloadslackbuilds-530d8f760b9255e462a6d7a040291e7a13b1261c.tar.gz
games/voxelands: Updated for version 1709.00.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 \