diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-12 17:04:58 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:27 +0100 |
commit | 17e62512960e945f70a4cacbf5e2b06d8e2af090 (patch) | |
tree | 3b10043e913900a52423492ab9de9b2aae21b186 /games/opendune/opendune.SlackBuild | |
parent | b16e0288a689cd573588d5bde163382baad3b2f8 (diff) | |
download | slackbuilds-17e62512960e945f70a4cacbf5e2b06d8e2af090.tar.gz slackbuilds-17e62512960e945f70a4cacbf5e2b06d8e2af090.tar.xz |
games/opendune: Updated for version 0.9.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/opendune/opendune.SlackBuild')
-rw-r--r-- | games/opendune/opendune.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/opendune/opendune.SlackBuild b/games/opendune/opendune.SlackBuild index 6f11010a488..a228596352c 100644 --- a/games/opendune/opendune.SlackBuild +++ b/games/opendune/opendune.SlackBuild @@ -6,12 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180612 bkw: update for v0.9, script can no longer build 0.8 # 20170531 bkw: BUILD=2, fix build on x86 # 20170302 bkw: use long-format github URL PRGNAM=opendune -VERSION=${VERSION:-0.8} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -130,7 +131,7 @@ install -m0755 -oroot -groot $CWD/$PRGNAM.sh $PKG/usr/games/$PRGNAM # is always appended to whatever datadir is set to. INI=$PKG/usr/share/games/$PRGNAM/$PRGNAM.ini cat bin/$PRGNAM.ini.sample > $INI -echo "datadir=/usr/share/games/$PRGNAM" >> $INI +echo "datadir=/usr/share/games/$PRGNAM/data" >> $INI # This dir is where the .PAK files should go. mkdir -p $PKG/usr/share/games/$PRGNAM/data |