summaryrefslogtreecommitdiffstats
path: root/games/worldofgoo/worldofgoo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/worldofgoo/worldofgoo.SlackBuild')
-rw-r--r--games/worldofgoo/worldofgoo.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/worldofgoo/worldofgoo.SlackBuild b/games/worldofgoo/worldofgoo.SlackBuild
index 7a816b6e10..1ab49cb481 100644
--- a/games/worldofgoo/worldofgoo.SlackBuild
+++ b/games/worldofgoo/worldofgoo.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for World of Goo (demo).
-
+
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
@@ -28,12 +28,10 @@ VERSION=${VERSION:-1.41}
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