aboutsummaryrefslogtreecommitdiff
path: root/games/snes9x-libretro/snes9x-libretro.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2017-02-05 00:00:49 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:26 +0700
commit2b0e0e29662a45f4e9e440fab599e9f358033b7f (patch)
tree168454c9fe65552d6f84e7d803c669fc29c25873 /games/snes9x-libretro/snes9x-libretro.SlackBuild
parent68c185913e3cd455506d5ac7d97e107a068c8aa0 (diff)
games/snes9x-libretro: Updated for version 2017.01.26_2d579c6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/snes9x-libretro/snes9x-libretro.SlackBuild')
-rw-r--r--games/snes9x-libretro/snes9x-libretro.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/snes9x-libretro/snes9x-libretro.SlackBuild b/games/snes9x-libretro/snes9x-libretro.SlackBuild
index 49646600a6933..ad1eb0d886185 100644
--- a/games/snes9x-libretro/snes9x-libretro.SlackBuild
+++ b/games/snes9x-libretro/snes9x-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=snes9x-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2016.07.12_dc471a4}
+VERSION=${VERSION:-2017.01.26_2d579c6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ make -C libretro DEBUG=$DEBUG
install -Dm0644 libretro/$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