diff options
author | Talos Thoren <talosthoren@gmail.com> | 2015-01-16 23:41:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-16 23:41:00 +0700 |
commit | 126458d1b2edce8733191ea2c4fb6e55f70babfa (patch) | |
tree | bb0fb6aeafadc5dd40f5fb3156ba97ab7871eff6 /games/steam | |
parent | 1474b733041489dcaa236e14ef90ed09db97d110 (diff) | |
download | slackbuilds-126458d1b2edce8733191ea2c4fb6e55f70babfa.tar.gz |
games/steam: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/steam')
-rw-r--r-- | games/steam/steam.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/steam/steam.SlackBuild b/games/steam/steam.SlackBuild index 70e57e7e66..0e7fe976fc 100644 --- a/games/steam/steam.SlackBuild +++ b/games/steam/steam.SlackBuild @@ -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 |