summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
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
commit126458d1b2edce8733191ea2c4fb6e55f70babfa (patch)
treebb0fb6aeafadc5dd40f5fb3156ba97ab7871eff6 /games
parent1474b733041489dcaa236e14ef90ed09db97d110 (diff)
downloadslackbuilds-126458d1b2edce8733191ea2c4fb6e55f70babfa.tar.gz
slackbuilds-126458d1b2edce8733191ea2c4fb6e55f70babfa.tar.xz
games/steam: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/steam/steam.SlackBuild6
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