summaryrefslogtreecommitdiffstats
path: root/games/stone_soup/stone_soup.SlackBuild
diff options
context:
space:
mode:
author David Melik <dchmelik@gmail.com>2018-03-11 14:06:02 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-17 08:51:46 +0700
commitd2ed048cd615d67d4e5d19e4fb0b0c0cdf57e2c0 (patch)
treef3b196b60f5ee500b9d44b2be9de074a832c33e4 /games/stone_soup/stone_soup.SlackBuild
parenta296afc2fb3284f3293d9aedaaf7bfc3b3d58202 (diff)
downloadslackbuilds-d2ed048cd615d67d4e5d19e4fb0b0c0cdf57e2c0.tar.gz
slackbuilds-d2ed048cd615d67d4e5d19e4fb0b0c0cdf57e2c0.tar.xz
games/stone_soup: Updated for version 0.21.1.
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.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/stone_soup/stone_soup.SlackBuild b/games/stone_soup/stone_soup.SlackBuild
index 6c52b68769..8c1a7ff523 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.0}
+VERSION=${VERSION:-0.21.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,7 +74,7 @@ cd source
prefix=/usr \
COPY_FONTS=1 \
DATADIR=/usr/share/games/crawl \
- SAVEDIR=~/.crawl/ \
+ SAVEDIR='~/.crawl/' \
SDL2=1 \
TILES=1
make $TARGET install \
@@ -82,14 +82,14 @@ cd source
COPY_FONTS=1 \
DATADIR=/usr/share/games/crawl \
DESTDIR=$PKG \
- SAVEDIR=~/.crawl/ \
+ SAVEDIR='~/.crawl/' \
SDL2=1 \
TILES=1
make clean
make $TARGET \
prefix=/usr \
DATADIR=/usr/share/games/crawl \
- SAVEDIR=~/.crawl/
+ SAVEDIR='~/.crawl/'
cp crawl $PKG/usr/games/crawl-ascii
cd ..