diff options
Diffstat (limited to 'audio/lash/lash.SlackBuild')
-rw-r--r-- | audio/lash/lash.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/lash/lash.SlackBuild b/audio/lash/lash.SlackBuild index 4af1a828c8..4425d97a5b 100644 --- a/audio/lash/lash.SlackBuild +++ b/audio/lash/lash.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lash -# Copyright 2009 David Woodfall <dave@unrealize.co.uk> +# Copyright 2009 David Woodfall <dave@dawoodfall.net> # All rights reserved. # # aka dive in #slackware on freenode.net @@ -32,12 +32,10 @@ SOURCE=$PRGNAM-0.6.0~rc2 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 |