summaryrefslogtreecommitdiffstats
path: root/games/marathon2-data/marathon2-data.SlackBuild
diff options
context:
space:
mode:
author B. Watson2014-03-29 05:24:48 +0100
committer Erik Hanson2014-04-12 20:59:47 +0200
commitcf4928174c396d374cbc5c3e259b446e50d3633a (patch)
tree03763ae2f12f5395d12999c87ef157b4435c05c8 /games/marathon2-data/marathon2-data.SlackBuild
parente312a139c0f9b31614202b0da495b107f4d38c4f (diff)
downloadslackbuilds-cf4928174c396d374cbc5c3e259b446e50d3633a.tar.gz
games/marathon2-data: Updated for version 20140104.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/marathon2-data/marathon2-data.SlackBuild')
-rw-r--r--games/marathon2-data/marathon2-data.SlackBuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/games/marathon2-data/marathon2-data.SlackBuild b/games/marathon2-data/marathon2-data.SlackBuild
index fa41871d03..2b44e5260b 100644
--- a/games/marathon2-data/marathon2-data.SlackBuild
+++ b/games/marathon2-data/marathon2-data.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=marathon2-data
-VERSION=${VERSION:-20120514}
+VERSION=${VERSION:-20140104}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -36,12 +36,8 @@ chown -R root:root $DATADIR
# NB: the usual find predicate is different (zipfile stores +x permissions
# on some files for no good reason)
find $DATADIR \
- \( -type f -a -perm +0100 \) \
- -exec chmod 644 {} \; -o \
- \( -perm 777 -o -perm 775 -o -perm 750 -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 {} \;
+ \( -type f -exec chmod 644 {} \; \) -o \
+ \( -type d -exec chmod 755 {} \; \)
mkdir -p $PKG/usr/bin
cat $CWD/$WRAPPER > $PKG/usr/bin/$WRAPPER