diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 22:35:07 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:21 +0700 |
commit | bff649c26f130e06cf0ccbbd7cbf938e7a310175 (patch) | |
tree | 696f30f5fdace57fec973d9ff699ea0de1bc5345 /games/libretro-ppsspp/libretro-ppsspp.SlackBuild | |
parent | 50636ecd1da2be56a3f91d77e95ae0b8e6fcf107 (diff) |
games/libretro-ppsspp: Updated for version 2016.12.14_5f7bcf7bf.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-ppsspp/libretro-ppsspp.SlackBuild')
-rw-r--r-- | games/libretro-ppsspp/libretro-ppsspp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libretro-ppsspp/libretro-ppsspp.SlackBuild b/games/libretro-ppsspp/libretro-ppsspp.SlackBuild index cbb07ea955102..de44889042544 100644 --- a/games/libretro-ppsspp/libretro-ppsspp.SlackBuild +++ b/games/libretro-ppsspp/libretro-ppsspp.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libretro-ppsspp LIBNAM=ppsspp_libretro -VERSION=${VERSION:-2016.07.31_3cff891} +VERSION=${VERSION:-2016.12.14_5f7bcf7bf} 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 |