diff options
Diffstat (limited to 'libraries/PyQwt/PyQwt.SlackBuild')
-rw-r--r-- | libraries/PyQwt/PyQwt.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/PyQwt/PyQwt.SlackBuild b/libraries/PyQwt/PyQwt.SlackBuild index a2d94fb33d..03fae1c1aa 100644 --- a/libraries/PyQwt/PyQwt.SlackBuild +++ b/libraries/PyQwt/PyQwt.SlackBuild @@ -8,12 +8,10 @@ VERSION=${VERSION:-5.2.0} 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 |