summaryrefslogtreecommitdiffstats
path: root/python/python-twisted-web2/python-twisted-web2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-twisted-web2/python-twisted-web2.SlackBuild')
-rw-r--r--python/python-twisted-web2/python-twisted-web2.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/python-twisted-web2/python-twisted-web2.SlackBuild b/python/python-twisted-web2/python-twisted-web2.SlackBuild
index 4d66a780c2..c2347449f9 100644
--- a/python/python-twisted-web2/python-twisted-web2.SlackBuild
+++ b/python/python-twisted-web2/python-twisted-web2.SlackBuild
@@ -29,12 +29,10 @@ VERSION=${VERSION:-8.1.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