summaryrefslogtreecommitdiffstats
path: root/games/gpsp-libretro/gpsp-libretro.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/gpsp-libretro/gpsp-libretro.SlackBuild')
-rw-r--r--games/gpsp-libretro/gpsp-libretro.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gpsp-libretro/gpsp-libretro.SlackBuild b/games/gpsp-libretro/gpsp-libretro.SlackBuild
index c86f0e7a61..513a706451 100644
--- a/games/gpsp-libretro/gpsp-libretro.SlackBuild
+++ b/games/gpsp-libretro/gpsp-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=gpsp-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2016.05.26_c11bdbc}
+VERSION=${VERSION:-2017.01.24_c31b3e8}
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