summaryrefslogtreecommitdiffstats
path: root/games/libretro-desmume/libretro-desmume.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/libretro-desmume/libretro-desmume.SlackBuild')
-rw-r--r--games/libretro-desmume/libretro-desmume.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libretro-desmume/libretro-desmume.SlackBuild b/games/libretro-desmume/libretro-desmume.SlackBuild
index 4939bd8200..c51e387a99 100644
--- a/games/libretro-desmume/libretro-desmume.SlackBuild
+++ b/games/libretro-desmume/libretro-desmume.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=libretro-desmume
LIBNAM=desmume_libretro
-VERSION=${VERSION:-2016.07.19_e23aedc}
+VERSION=${VERSION:-2017.01.24_62786c58}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ make -C desmume -f Makefile.libretro DEBUG=$DEBUG
install -Dm0644 desmume/$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