summaryrefslogtreecommitdiff
path: root/games/tmw/tmw.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/tmw/tmw.SlackBuild')
-rw-r--r--games/tmw/tmw.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/tmw/tmw.SlackBuild b/games/tmw/tmw.SlackBuild
index 068bf58950..bbc305fa7f 100644
--- a/games/tmw/tmw.SlackBuild
+++ b/games/tmw/tmw.SlackBuild
@@ -4,7 +4,7 @@
# Written by Erik Hanson erik@slackbuilds.org
PRGNAM=tmw
-VERSION=0.0.26
+VERSION=0.0.28.1
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -31,11 +31,7 @@ rm -rf $PRGNAM-$VERSION
tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
./configure \