diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/stuntrally/stuntrally.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/stuntrally/stuntrally.SlackBuild b/games/stuntrally/stuntrally.SlackBuild index c3a8131f99..0850ac5fbb 100644 --- a/games/stuntrally/stuntrally.SlackBuild +++ b/games/stuntrally/stuntrally.SlackBuild @@ -77,6 +77,7 @@ cd $PKG ln -s /opt/$PRGNAM/stuntrally usr/bin/ ln -s /opt/$PRGNAM/sr-editor usr/bin/ mv opt/$PRGNAM/share usr/ +rm -f $PKG/opt/$PRGNAM/lib/{32,64}/libstdc++.so.6 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 |