summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson2012-08-28 09:25:14 +0200
committer Robby Workman2012-09-06 04:43:45 +0200
commitc18daa4c2c51fbfc4b7131c89abb9fcc786b7fc7 (patch)
tree1ea7f0c79114ed395ce8545755147ec3abddc578 /games
parentfb6aee5d05f8994cc85b8c63eb957c6343a5ad88 (diff)
downloadslackbuilds-c18daa4c2c51fbfc4b7131c89abb9fcc786b7fc7.tar.gz
games/madbomber: Remove leftover boilerplate text
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/madbomber/madbomber.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/games/madbomber/madbomber.SlackBuild b/games/madbomber/madbomber.SlackBuild
index 2748c30ff4..54423870f5 100644
--- a/games/madbomber/madbomber.SlackBuild
+++ b/games/madbomber/madbomber.SlackBuild
@@ -11,12 +11,10 @@ VERSION=${VERSION:-0.2.5}
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