diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-05 00:17:43 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:27 +0700 |
commit | d50ef0575557890541767afb9ac82de39f59e70d (patch) | |
tree | dfb500c95bd52d0609bf356a4f9c755adaf9a016 /games/vba-next/vba-next.SlackBuild | |
parent | 23688a4dca5ed49d805f114b753ff03f440d3f4e (diff) |
games/vba-next: Updated for version 2017.01.23_e773475.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/vba-next/vba-next.SlackBuild')
-rw-r--r-- | games/vba-next/vba-next.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/vba-next/vba-next.SlackBuild b/games/vba-next/vba-next.SlackBuild index 5e292c042d09..5c3d9d9641e1 100644 --- a/games/vba-next/vba-next.SlackBuild +++ b/games/vba-next/vba-next.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vba-next LIBNAM=$(echo $PRGNAM | tr - _)_libretro -VERSION=${VERSION:-2016.04.19_308d0cd} +VERSION=${VERSION:-2017.01.23_e773475} 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 |