diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 23:43:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:23 +0700 |
commit | d16df5953966f9f8df8c4866708c1b88553c5b7f (patch) | |
tree | 0b4b586b76f03221052e9b4878887b805a8c760c /games/nxengine-libretro/nxengine-libretro.SlackBuild | |
parent | 69850c5b35aaf33ca901a8ad6a9226212df5713d (diff) |
games/nxengine-libretro: Updated for version 2017.01.24_20f6aac.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/nxengine-libretro/nxengine-libretro.SlackBuild')
-rw-r--r-- | games/nxengine-libretro/nxengine-libretro.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nxengine-libretro/nxengine-libretro.SlackBuild b/games/nxengine-libretro/nxengine-libretro.SlackBuild index 2ccc703aa3803..a534b5f5afe90 100644 --- a/games/nxengine-libretro/nxengine-libretro.SlackBuild +++ b/games/nxengine-libretro/nxengine-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=nxengine-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2016.07.21_f51fa45} +VERSION=${VERSION:-2017.01.24_20f6aac} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,7 @@ make 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 |