From bff649c26f130e06cf0ccbbd7cbf938e7a310175 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sat, 4 Feb 2017 22:35:07 +0000 Subject: games/libretro-ppsspp: Updated for version 2016.12.14_5f7bcf7bf. Signed-off-by: David Spencer --- games/libretro-ppsspp/libretro-ppsspp.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/libretro-ppsspp/libretro-ppsspp.SlackBuild') diff --git a/games/libretro-ppsspp/libretro-ppsspp.SlackBuild b/games/libretro-ppsspp/libretro-ppsspp.SlackBuild index cbb07ea955..de44889042 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 -- cgit v1.2.3-65-gdbad