summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:04:54 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:04:54 -0400
commit207e865566c7d34aeaf665c3f9fd3265334db35c (patch)
treef4698a105701959eb1ce26dcb3ee1da95b6e9e35 /games
parent4b6f708ba83555a023df808fac6c650e92c7d229 (diff)
downloadslackbuilds-207e865566c7d34aeaf665c3f9fd3265334db35c.tar.gz
slackbuilds-207e865566c7d34aeaf665c3f9fd3265334db35c.tar.xz
games/typhoon_2001: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/typhoon_2001/typhoon_2001.SlackBuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/typhoon_2001/typhoon_2001.SlackBuild b/games/typhoon_2001/typhoon_2001.SlackBuild
index e05710ede8..f4cdd04b90 100644
--- a/games/typhoon_2001/typhoon_2001.SlackBuild
+++ b/games/typhoon_2001/typhoon_2001.SlackBuild
@@ -20,6 +20,16 @@ ARCH=i486
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+# Automatically determine the architecture we're building on:
+if [ -z "$ARCH" ]; then
+ case "$( uname -m )" in
+ i?86) ARCH=i486 ;;
+ arm*) ARCH=arm ;;
+ # Unless $ARCH is already set, use uname -m for all other archs:
+ *) ARCH=$( uname -m ) ;;
+ esac
+fi
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM