games/steam: Fix script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Talos Thoren 2015-01-16 23:41:00 +07:00 committed by Willy Sudiarto Raharjo
parent 1474b73304
commit 126458d1b2

View file

@ -24,7 +24,7 @@
PRGNAM=steam
VERSION=${VERSION:-1.0.0.49}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -57,10 +57,6 @@ find -L . \
make install DESTDIR=$PKG
if [ "$ARCH" = "x86_64" ]; then
mv $PKG/usr/lib $PKG/usr/lib64
fi
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