From 207e865566c7d34aeaf665c3f9fd3265334db35c Mon Sep 17 00:00:00 2001 From: David Somero Date: Fri, 4 Jun 2010 01:04:54 -0400 Subject: games/typhoon_2001: Misc automated cleanups. Signed-off-by: David Somero --- games/typhoon_2001/typhoon_2001.SlackBuild | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'games/typhoon_2001') 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 -- cgit v1.2.3-65-gdbad