summaryrefslogtreecommitdiffstats
path: root/games/stone_soup/stone_soup.SlackBuild
diff options
context:
space:
mode:
author David Melik <dchmelik@gmail.com>2018-08-13 11:06:08 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-18 08:39:47 +0700
commitaad280b6459b93075af2c5f92ffc955adb24c7fc (patch)
tree090ea8fa16ed2d56c7b04b3153652afada0ad576 /games/stone_soup/stone_soup.SlackBuild
parent7e68ddf70b11778a9ead5a48b1a479a389f04fcd (diff)
downloadslackbuilds-aad280b6459b93075af2c5f92ffc955adb24c7fc.tar.gz
slackbuilds-aad280b6459b93075af2c5f92ffc955adb24c7fc.tar.xz
games/stone_soup: Updated for version 0.22.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/stone_soup/stone_soup.SlackBuild')
-rw-r--r--games/stone_soup/stone_soup.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/stone_soup/stone_soup.SlackBuild b/games/stone_soup/stone_soup.SlackBuild
index 8c1a7ff523..bb67781ef2 100644
--- a/games/stone_soup/stone_soup.SlackBuild
+++ b/games/stone_soup/stone_soup.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=stone_soup
-VERSION=${VERSION:-0.21.1}
+VERSION=${VERSION:-0.22.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,6 +70,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cd source
+ # do not remove the quotes from SAVEDIR='~/.crawl/'
+ # (~ needs to be evaluated at runtime, not buildtime)
make $TARGET \
prefix=/usr \
COPY_FONTS=1 \