games/typhoon_2001: i486 => i586.
This commit is contained in:
parent
febc8741fc
commit
424bf2cc9f
|
@ -16,12 +16,10 @@ VERSION=${VERSION:-r3992}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
# this used to check for unsupported ARCH and exit the script, but
|
||||||
case "$( uname -m )" in
|
# it's perfectly cromulent to want to build a 32-bit package on x86_64,
|
||||||
i?86) ARCH=i486 ;;
|
# so the check is gone and the ARCH is hardcoded.
|
||||||
*) echo "Architecture not supported." ; exit 1 ;;
|
ARCH=i586
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/SBo}
|
TMP=${TMP:-/tmp/SBo}
|
||||||
|
|
Loading…
Reference in New Issue