diff options
Diffstat (limited to 'development/facile/facile.SlackBuild')
-rw-r--r-- | development/facile/facile.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/development/facile/facile.SlackBuild b/development/facile/facile.SlackBuild index 7cd3e28cc0..bb074a1489 100644 --- a/development/facile/facile.SlackBuild +++ b/development/facile/facile.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for facile -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,12 +27,10 @@ VERSION=1.1 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 |