aboutsummaryrefslogtreecommitdiff
path: root/games/tmw/tmw.SlackBuild
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2010-05-12 17:39:37 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-12 17:39:37 +0200
commit83e64ec7fd5c06b56f3af5a0d855576105d21a89 (patch)
treea9ba5000d36e1019f63507836756dd2d05d0bc4e /games/tmw/tmw.SlackBuild
parentfdda1243b1f0b2b0fb4ea5beaf557e2f8a851e7a (diff)
downloadslackbuilds-83e64ec7fd5c06b56f3af5a0d855576105d21a89.tar.xz
games/tmw: Updated for version 0.0.28.1
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 068bf5895007..bbc305fa7f8e 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 \