diff options
Diffstat (limited to 'games/4do-libretro/4do-libretro.SlackBuild')
-rw-r--r-- | games/4do-libretro/4do-libretro.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |