summaryrefslogtreecommitdiffstats
path: root/network/pyzor/pyzor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/pyzor/pyzor.SlackBuild')
-rw-r--r--network/pyzor/pyzor.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/network/pyzor/pyzor.SlackBuild b/network/pyzor/pyzor.SlackBuild
index a962a9ec6f..bb7a57b3dd 100644
--- a/network/pyzor/pyzor.SlackBuild
+++ b/network/pyzor/pyzor.SlackBuild
@@ -29,12 +29,10 @@ VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-3}
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