aboutsummaryrefslogtreecommitdiff
path: root/games/gpsp-libretro/gpsp-libretro.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2017-02-04 21:58:55 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:19 +0700
commitbe2735b63cdcf57d0ae4c761cb68cbe12be0583a (patch)
tree7f87a1438243b8d14eb5e185f94aa46a4f0b2dc3 /games/gpsp-libretro/gpsp-libretro.SlackBuild
parentb93936a5780bdf4410806c76c0502aa6964c5297 (diff)
games/gpsp-libretro: Updated for version 2017.01.24_c31b3e8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 c86f0e7a61890..513a7064517d5 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