diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 21:39:17 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:17 +0700 |
commit | 3d26a657e8db3ff9da7f783dca1caf043b4e89b6 (patch) | |
tree | 30ec7e1c781c64ced3bddd4c6b9abb5671c5c506 /games/blastem-libretro/blastem-libretro.SlackBuild | |
parent | d4325967f0d3b5fd1a85d7ef76a6c2d19db3a5f6 (diff) |
games/blastem-libretro: Updated for version 2017.01.24_7b6f4c5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/blastem-libretro/blastem-libretro.SlackBuild')
-rw-r--r-- | games/blastem-libretro/blastem-libretro.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/blastem-libretro/blastem-libretro.SlackBuild b/games/blastem-libretro/blastem-libretro.SlackBuild index 7810f2b92dedb..e3b16ad4fcd47 100644 --- a/games/blastem-libretro/blastem-libretro.SlackBuild +++ b/games/blastem-libretro/blastem-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=blastem-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2016.09.08_27b3f8e} +VERSION=${VERSION:-2017.01.24_7b6f4c5} 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 |