diff options
author | B. Watson <yalhcru@gmail.com> | 2014-02-14 13:34:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-15 16:50:13 +0700 |
commit | 0a57cdcdb068065215f2317a619ba09c3a03367d (patch) | |
tree | e442d49526437786c57edffd2bda173dd5f289d3 /games/oblige/oblige.SlackBuild | |
parent | 71a475d1a4abbd7b074c72b7b9360cfaefb01ec9 (diff) | |
download | slackbuilds-0a57cdcdb068065215f2317a619ba09c3a03367d.tar.gz |
games/oblige: Fix permission and install boss fight data.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/oblige/oblige.SlackBuild')
-rw-r--r-- | games/oblige/oblige.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games/oblige/oblige.SlackBuild b/games/oblige/oblige.SlackBuild index 515a411447..ea3457df0f 100644 --- a/games/oblige/oblige.SlackBuild +++ b/games/oblige/oblige.SlackBuild @@ -6,9 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20140213 bkw: bump BUILD to 2. +# Makefile.unixy updated so it installs data/doom[12]_boss (thanks to Black +# Rider for the bug report). Also get rid of +x permissions on the data files +# in /usr/share. + PRGNAM=oblige VERSION=${VERSION:-4.28b} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |