summaryrefslogtreecommitdiff
path: root/games/stella-libretro/stella-libretro.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2017-02-05 00:11:40 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:26 +0700
commit8c1a653754d2655a6738dafa05f6aec35e38121e (patch)
treeb8626d7dc7440ad36433b30d9bf976e53467c64c /games/stella-libretro/stella-libretro.SlackBuild
parent9c2f08bd8ea9801ebf45ac2d56c1f335c1820137 (diff)
downloadslackbuilds-8c1a653754d2655a6738dafa05f6aec35e38121e.tar.gz
games/stella-libretro: Updated for version 2017.01.24_cdbc9cc.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/stella-libretro/stella-libretro.SlackBuild')
-rw-r--r--games/stella-libretro/stella-libretro.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/stella-libretro/stella-libretro.SlackBuild b/games/stella-libretro/stella-libretro.SlackBuild
index f65e3acf36..d59ab8ab23 100644
--- a/games/stella-libretro/stella-libretro.SlackBuild
+++ b/games/stella-libretro/stella-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=stella-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2016.06.02_b6400f0}
+VERSION=${VERSION:-2017.01.24_cdbc9cc}
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