diff options
Diffstat (limited to 'python/pychart/pychart.SlackBuild')
-rw-r--r-- | python/pychart/pychart.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/pychart/pychart.SlackBuild b/python/pychart/pychart.SlackBuild index 03ad6f93c7..eec11aab6f 100644 --- a/python/pychart/pychart.SlackBuild +++ b/python/pychart/pychart.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pychart -# Copyright 2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,12 +29,10 @@ TAG=${TAG:-_SBo} SRCNAM=PyChart -# 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 |