diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-12-15 06:55:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-15 06:55:20 +0700 |
commit | 8224731b8f9dc8f30cf679a6b558f8d4bbbd278d (patch) | |
tree | 85bf664b7c04968cfca664c9d75ac7653126c3e3 /games/libretro-reicast/libretro-reicast.SlackBuild | |
parent | 9c1628e5c24ed33e38a57f29bfc90c68912b1e9b (diff) |
games/libretro-reicast: Updated for version 2018.12.11_7221180.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |