diff options
Diffstat (limited to 'games/libretro-reicast/libretro-reicast.SlackBuild')
-rw-r--r-- | games/libretro-reicast/libretro-reicast.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/libretro-reicast/libretro-reicast.SlackBuild b/games/libretro-reicast/libretro-reicast.SlackBuild index 63fa183231ee7..490c07e7252c5 100644 --- a/games/libretro-reicast/libretro-reicast.SlackBuild +++ b/games/libretro-reicast/libretro-reicast.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libretro-reicast LIBNAM=${PRGNAM#*-}_libretro -VERSION=${VERSION:-2018.11.03_01ab59e} +VERSION=${VERSION:-2018.12.11_7221180} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,8 +73,8 @@ install -Dm0644 $LIBNAM.info \ $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info 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 + 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |