games/typhoon_2001: i486 => i586.

This commit is contained in:
B. Watson 2016-08-19 05:12:25 -04:00 committed by Willy Sudiarto Raharjo
parent febc8741fc
commit 424bf2cc9f
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 4 additions and 6 deletions

View File

@ -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}