diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-05-01 10:21:13 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-03 09:08:23 -0500 |
commit | 92f17c73c2a83bd2e89191c2d667e6567df29591 (patch) | |
tree | 5a90b68b7dbe1f85debae1e2ccfa1317fd248fe9 /games/typhoon_2001 | |
parent | 68cab5f37c21b7edbadd8e73f589a5459eb757f7 (diff) | |
download | slackbuilds-92f17c73c2a83bd2e89191c2d667e6567df29591.tar.gz |
games/typhoon_2001: ARCH fixes and cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/typhoon_2001')
-rw-r--r-- | games/typhoon_2001/typhoon_2001.SlackBuild | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/typhoon_2001/typhoon_2001.SlackBuild b/games/typhoon_2001/typhoon_2001.SlackBuild index f4cdd04b90..e05710ede8 100644 --- a/games/typhoon_2001/typhoon_2001.SlackBuild +++ b/games/typhoon_2001/typhoon_2001.SlackBuild @@ -20,16 +20,6 @@ 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 |