summaryrefslogtreecommitdiffstats
path: root/games/snes9x2005/snes9x2005.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/snes9x2005/snes9x2005.SlackBuild')
-rw-r--r--games/snes9x2005/snes9x2005.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/snes9x2005/snes9x2005.SlackBuild b/games/snes9x2005/snes9x2005.SlackBuild
index d2c1e54a82..637bb4931a 100644
--- a/games/snes9x2005/snes9x2005.SlackBuild
+++ b/games/snes9x2005/snes9x2005.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=snes9x2005
LIBNAM=${PRGNAM}_libretro
-VERSION=${VERSION:-2016.08.06_89aaca5}
+VERSION=${VERSION:-2017.01.29_b6006bc}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ make DEBUG=$DEBUG HAVE_GRIFFIN=$GRIFFIN
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