summaryrefslogtreecommitdiffstats
path: root/games/jfsw
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:04:24 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:04:24 -0400
commit9f3b6287e259aaebeb239291dde474d1f675e56b (patch)
treeac683dd026f640772f52bb94227541d88d83838d /games/jfsw
parent8bb5dbe36dbbbfb7efd590aafd5a875726603306 (diff)
downloadslackbuilds-9f3b6287e259aaebeb239291dde474d1f675e56b.tar.gz
slackbuilds-9f3b6287e259aaebeb239291dde474d1f675e56b.tar.xz
games/jfsw: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/jfsw')
-rw-r--r--games/jfsw/jfsw.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/games/jfsw/jfsw.SlackBuild b/games/jfsw/jfsw.SlackBuild
index 6c1e7c96cc..404523b714 100644
--- a/games/jfsw/jfsw.SlackBuild
+++ b/games/jfsw/jfsw.SlackBuild
@@ -6,10 +6,19 @@
PRGNAM=jfsw
VERSION=${VERSION:-20051009}
-ARCH=${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