diff options
Diffstat (limited to 'games/scummvm-libretro/scummvm-libretro.SlackBuild')
-rw-r--r-- | games/scummvm-libretro/scummvm-libretro.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scummvm-libretro/scummvm-libretro.SlackBuild b/games/scummvm-libretro/scummvm-libretro.SlackBuild index a5dc04ad00e0..f198997191d6 100644 --- a/games/scummvm-libretro/scummvm-libretro.SlackBuild +++ b/games/scummvm-libretro/scummvm-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=scummvm-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2016.07.14_2094f56} +VERSION=${VERSION:-2017.01.24_011f40ad0a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ install -Dm0644 backends/platform/libretro/build/$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 |