summaryrefslogtreecommitdiffstats
path: root/games/tyrquake-libretro/tyrquake-libretro.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/tyrquake-libretro/tyrquake-libretro.SlackBuild')
-rw-r--r--games/tyrquake-libretro/tyrquake-libretro.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tyrquake-libretro/tyrquake-libretro.SlackBuild b/games/tyrquake-libretro/tyrquake-libretro.SlackBuild
index 6bc8cee973..cff1d6318a 100644
--- a/games/tyrquake-libretro/tyrquake-libretro.SlackBuild
+++ b/games/tyrquake-libretro/tyrquake-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=tyrquake-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2016.07.23_3e452d0}
+VERSION=${VERSION:-2017.02.01_8cb9ceb}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ make DEBUG=$DEBUG
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
-if [ "${DEBUG:-0}" = "0" ]; then
+if [ "$DEBUG" = "0" ]; then
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
fi