aboutsummaryrefslogtreecommitdiff
path: root/games/snes9x2002/snes9x2002.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2017-02-05 00:26:42 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:26 +0700
commitb754c6f7e7f3bb5f939c0dc55cf2be8156d4eeec (patch)
treea2b793e5885f38f3a3e8fec3da588bda7cf0a8cc /games/snes9x2002/snes9x2002.SlackBuild
parent2b0e0e29662a45f4e9e440fab599e9f358033b7f (diff)
downloadslackbuilds-b754c6f7e7f3bb5f939c0dc55cf2be8156d4eeec.tar.xz
games/snes9x2002: Updated for version 2017.01.29_0c28605.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/snes9x2002/snes9x2002.SlackBuild')
-rw-r--r--games/snes9x2002/snes9x2002.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/snes9x2002/snes9x2002.SlackBuild b/games/snes9x2002/snes9x2002.SlackBuild
index 7deee582f20a..ceb84427ec01 100644
--- a/games/snes9x2002/snes9x2002.SlackBuild
+++ b/games/snes9x2002/snes9x2002.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=snes9x2002
LIBNAM=${PRGNAM}_libretro
-VERSION=${VERSION:-2016.08.06_7009e40}
+VERSION=${VERSION:-2017.01.29_0c28605}
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