summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-08-19 05:12:25 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-20 07:50:03 +0700
commit424bf2cc9fdf180c9ba7849ba43c7325cb77b41f (patch)
tree8bbf5b3a2271f75125046134fd5f75048f5b58ae /games
parentfebc8741fcddb0700217f87af488fb0940646a2d (diff)
downloadslackbuilds-424bf2cc9fdf180c9ba7849ba43c7325cb77b41f.tar.gz
slackbuilds-424bf2cc9fdf180c9ba7849ba43c7325cb77b41f.tar.xz
games/typhoon_2001: i486 => i586.
Diffstat (limited to 'games')
-rw-r--r--games/typhoon_2001/typhoon_2001.SlackBuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/typhoon_2001/typhoon_2001.SlackBuild b/games/typhoon_2001/typhoon_2001.SlackBuild
index 6d4ab2b10e..fba27c8ca8 100644
--- a/games/typhoon_2001/typhoon_2001.SlackBuild
+++ b/games/typhoon_2001/typhoon_2001.SlackBuild
@@ -16,12 +16,10 @@ VERSION=${VERSION:-r3992}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- *) echo "Architecture not supported." ; exit 1 ;;
- esac
-fi
+# this used to check for unsupported ARCH and exit the script, but
+# it's perfectly cromulent to want to build a 32-bit package on x86_64,
+# so the check is gone and the ARCH is hardcoded.
+ARCH=i586
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}