diff options
Diffstat (limited to 'games/tong/tong.SlackBuild')
-rw-r--r-- | games/tong/tong.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/tong/tong.SlackBuild b/games/tong/tong.SlackBuild index bda5b7e6e8..5ff079094d 100644 --- a/games/tong/tong.SlackBuild +++ b/games/tong/tong.SlackBuild @@ -30,12 +30,10 @@ VERSION=${VERSION:-1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) export ARCH=i486 ;; arm*) export ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$( uname -m ) ;; esac fi |