summaryrefslogtreecommitdiffstats
path: root/python/pychm/pychm.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pychm/pychm.SlackBuild')
-rw-r--r--python/pychm/pychm.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/pychm/pychm.SlackBuild b/python/pychm/pychm.SlackBuild
index b275ddcf31..f060be7487 100644
--- a/python/pychm/pychm.SlackBuild
+++ b/python/pychm/pychm.SlackBuild
@@ -26,16 +26,14 @@
# THE SOFTWARE.
PRGNAM=pychm
-VERSION=${VERSION:-0.8.4}
+VERSION=${VERSION:-0.8.4}
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