diff options
Diffstat (limited to 'games/abe/abe.SlackBuild')
-rw-r--r-- | games/abe/abe.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/abe/abe.SlackBuild b/games/abe/abe.SlackBuild index 383c892c0a..f7edbe7816 100644 --- a/games/abe/abe.SlackBuild +++ b/games/abe/abe.SlackBuild @@ -4,15 +4,13 @@ PRGNAM=abe VERSION=${VERSION:-1.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} 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 |