From e8bd91ef7fdafe2656e1be214ddc5eed1086f863 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sat, 4 Feb 2017 20:20:11 +0000 Subject: games/4do-libretro: Updated for version 2017.01.24_b8b029b. Signed-off-by: David Spencer --- games/4do-libretro/4do-libretro.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/4do-libretro/4do-libretro.SlackBuild') diff --git a/games/4do-libretro/4do-libretro.SlackBuild b/games/4do-libretro/4do-libretro.SlackBuild index 6ccc95c2ccaee..683334a0a500f 100644 --- a/games/4do-libretro/4do-libretro.SlackBuild +++ b/games/4do-libretro/4do-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=4do-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2015.11.05_cbd700e} +VERSION=${VERSION:-2017.01.24_b8b029b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,12 +74,12 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -make DEBUG=$DEBUG +make DEBUG=$DEBUG GIT_VERSION=${VERSION#*_} 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 -- cgit v1.2.3