summaryrefslogtreecommitdiffstats
path: root/games/pioneer/pioneer.SlackBuild
diff options
context:
space:
mode:
author Hunter Sezen2017-09-22 21:19:18 +0200
committer David Spencer2017-09-22 21:19:18 +0200
commitfee5bb1edb2b2731ce55beefe572af231f0fbe29 (patch)
tree22ab83140acf1c9475a78895da846d2e5cc0e763 /games/pioneer/pioneer.SlackBuild
parentc9e62a5fdad01f6bf903b2f4d70e99114b3d16ef (diff)
downloadslackbuilds-fee5bb1edb2b2731ce55beefe572af231f0fbe29.tar.gz
games/pioneer: Updated for version 20170827.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/pioneer/pioneer.SlackBuild')
-rw-r--r--games/pioneer/pioneer.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pioneer/pioneer.SlackBuild b/games/pioneer/pioneer.SlackBuild
index 050f40a13f..dffb468526 100644
--- a/games/pioneer/pioneer.SlackBuild
+++ b/games/pioneer/pioneer.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=pioneer
SRCNAM=$(printf %s $PRGNAM | tr [a-z] [A-Z])
-VERSION=${VERSION:-20170813}
+VERSION=${VERSION:-20170827}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,9 +73,9 @@ find -L . \
DATADIR="${DATADIR:-/usr/share/games}"
if [ "${DEBUG:-no}" = yes ]; then
- debug='--enable-debug \
+ debug="--enable-debug \
--with-no-optimise \
- --with-fno-inline'
+ --with-fno-inline"
SLKCFLAGS="$(printf %s "$SLKCFLAGS" | sed 's/-O2/-O0/')"
else
debug='--with-strip'