mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/madbomber: Remove leftover boilerplate text
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
fb6aee5d05
commit
c18daa4c2c
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue