diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 22:47:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:22 +0700 |
commit | 62e625ecc8fc680d3143886afbb745534062e91a (patch) | |
tree | 85f6a7d4cdbdf1c6542f50ea013b692fcf2cd82d /games/libretro-reicast/libretro-reicast.SlackBuild | |
parent | 44cbc4a7e6be8b7e98513a5ef1ffb79ecc5bf96d (diff) |
games/libretro-reicast: Updated for version 2017.01.26_148638c6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-reicast/libretro-reicast.SlackBuild')
-rw-r--r-- | games/libretro-reicast/libretro-reicast.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libretro-reicast/libretro-reicast.SlackBuild b/games/libretro-reicast/libretro-reicast.SlackBuild index fc61553219ce9..d56a4bd90302a 100644 --- a/games/libretro-reicast/libretro-reicast.SlackBuild +++ b/games/libretro-reicast/libretro-reicast.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libretro-reicast LIBNAM=reicast_libretro -VERSION=${VERSION:-2016.12.04_ed47c72} +VERSION=${VERSION:-2017.01.26_148638c6} 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 |