summaryrefslogtreecommitdiffstats
path: root/games/blueMSX-libretro/blueMSX-libretro.SlackBuild
diff options
context:
space:
mode:
author Hunter Sezen2017-02-04 22:45:33 +0100
committer Willy Sudiarto Raharjo2017-02-11 01:24:17 +0100
commit63fffc6d626d75b201cbbffd678330012e706e02 (patch)
tree1bf9d64a22577d0088c1447a8756d11a1a3379ad /games/blueMSX-libretro/blueMSX-libretro.SlackBuild
parent3d26a657e8db3ff9da7f783dca1caf043b4e89b6 (diff)
downloadslackbuilds-63fffc6d626d75b201cbbffd678330012e706e02.tar.gz
games/blueMSX-libretro: Updated for version 2017.01.24_24144ba.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/blueMSX-libretro/blueMSX-libretro.SlackBuild')
-rw-r--r--games/blueMSX-libretro/blueMSX-libretro.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/blueMSX-libretro/blueMSX-libretro.SlackBuild b/games/blueMSX-libretro/blueMSX-libretro.SlackBuild
index 94cc7af2b1..4b11a2d63c 100644
--- a/games/blueMSX-libretro/blueMSX-libretro.SlackBuild
+++ b/games/blueMSX-libretro/blueMSX-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=blueMSX-libretro
LIBNAM=$(echo $PRGNAM | tr [A-Z [a-z] | tr - _)
-VERSION=${VERSION:-2016.05.26_452bb49}
+VERSION=${VERSION:-2017.01.24_24144ba}
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