diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 22:28:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:20 +0700 |
commit | 5a71bb79847d14a4bbe100120ade9f019c1444f6 (patch) | |
tree | 9be277d932a4d76866dc5ee13bad69ac0bbd6116 /games/libretro-fceumm/libretro-fceumm.SlackBuild | |
parent | ca653a1899318277621d30b22f07581dc100bc97 (diff) |
games/libretro-fceumm: Updated for version 2017.01.27_bdf5fa7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-fceumm/libretro-fceumm.SlackBuild')
-rw-r--r-- | games/libretro-fceumm/libretro-fceumm.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libretro-fceumm/libretro-fceumm.SlackBuild b/games/libretro-fceumm/libretro-fceumm.SlackBuild index 282681d76f4ce..bee0fce309506 100644 --- a/games/libretro-fceumm/libretro-fceumm.SlackBuild +++ b/games/libretro-fceumm/libretro-fceumm.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libretro-fceumm LIBNAM=fceumm_libretro -VERSION=${VERSION:-2016.07.19_72e74d6} +VERSION=${VERSION:-2017.01.27_bdf5fa7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,7 @@ make -f Makefile.libretro 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 |