mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
games/stuntrally: rm file that causes segfault on 64bit
Should've checked before I committed... libstdc++.so.6 causes a segfault on 64bit... unsure if the same happens on 32bit. Removed the 64bit version, unable to test 32bit. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4ef60ef656
commit
243010069b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue