diff options
author | David Woodfall <dave@dawoodfall.net> | 2010-07-02 22:29:16 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-02 22:29:16 -0500 |
commit | d7a25b11fdae8111008598d1d0132368ed8d5827 (patch) | |
tree | 9ad37cdd8acf79b801aaa1a119ee3c68e54eea58 /audio/lash/lash.SlackBuild | |
parent | e7f3633fd82226dd86de5a988fde855e8b605052 (diff) |
audio/lash: Source download URL changed.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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 4af1a828c805..4425d97a5b6c 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 |