From fee5bb1edb2b2731ce55beefe572af231f0fbe29 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Fri, 22 Sep 2017 20:19:18 +0100 Subject: games/pioneer: Updated for version 20170827. Signed-off-by: David Spencer --- games/pioneer/pioneer.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/pioneer/pioneer.SlackBuild') 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' -- cgit v1.2.3