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:
Jeremy Hansen 2020-10-12 04:04:39 -06:00 committed by Willy Sudiarto Raharjo
parent 4ef60ef656
commit 243010069b
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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