summaryrefslogtreecommitdiffstats
path: root/games/lincity-ng
diff options
context:
space:
mode:
Diffstat (limited to 'games/lincity-ng')
-rw-r--r--games/lincity-ng/lincity-ng.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/games/lincity-ng/lincity-ng.SlackBuild b/games/lincity-ng/lincity-ng.SlackBuild
index fba802c42d..8615d3a03d 100644
--- a/games/lincity-ng/lincity-ng.SlackBuild
+++ b/games/lincity-ng/lincity-ng.SlackBuild
@@ -9,12 +9,10 @@ VERSION=${VERSION:-2.0}
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