From 424bf2cc9fdf180c9ba7849ba43c7325cb77b41f Mon Sep 17 00:00:00 2001 From: B. Watson Date: Fri, 19 Aug 2016 05:12:25 -0400 Subject: games/typhoon_2001: i486 => i586. --- games/typhoon_2001/typhoon_2001.SlackBuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'games/typhoon_2001') 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} -- cgit v1.2.3