diff options
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 |