mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/marathon-infinity-data: Updated for version 20140104.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2ecae188c9
commit
e312a139c0
2 changed files with 6 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||||
|
|
||||||
PRGNAM=marathon-infinity-data
|
PRGNAM=marathon-infinity-data
|
||||||
VERSION=${VERSION:-20120514}
|
VERSION=${VERSION:-20140104}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -36,12 +36,8 @@ chown -R root:root $DATADIR
|
||||||
# NB: the usual find predicate is different (zipfile stores +x permissions
|
# NB: the usual find predicate is different (zipfile stores +x permissions
|
||||||
# on some files for no good reason)
|
# on some files for no good reason)
|
||||||
find $DATADIR \
|
find $DATADIR \
|
||||||
\( -type f -a -perm +0100 \) \
|
\( -type f -exec chmod 644 {} \; \) -o \
|
||||||
-exec chmod 644 {} \; -o \
|
\( -type d -exec chmod 755 {} \; \)
|
||||||
\( -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 {} \;
|
|
||||||
|
|
||||||
mkdir -p $PKG/usr/bin
|
mkdir -p $PKG/usr/bin
|
||||||
cat $CWD/$WRAPPER > $PKG/usr/bin/$WRAPPER
|
cat $CWD/$WRAPPER > $PKG/usr/bin/$WRAPPER
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="marathon-infinity-data"
|
PRGNAM="marathon-infinity-data"
|
||||||
VERSION="20120514"
|
VERSION="20140104"
|
||||||
HOMEPAGE="http://marathon.sourceforge.net/games/infinity.php"
|
HOMEPAGE="http://marathon.sourceforge.net/games/infinity.php"
|
||||||
DOWNLOAD="http://files3.bungie.org/trilogy/MarathonInfinity-20120514-Data.zip"
|
DOWNLOAD="http://files3.bungie.org/trilogy/MarathonInfinity-20140104-Data.zip"
|
||||||
MD5SUM="0945f6bf9da3703fb9c07dfbd7a660ef"
|
MD5SUM="a0c4047674809f889aa328961fcddba3"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="alephone"
|
REQUIRES="alephone"
|
||||||
|
|
Loading…
Reference in a new issue