summaryrefslogtreecommitdiffstats
path: root/python/python-authres/python-authres.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-authres/python-authres.SlackBuild')
-rw-r--r--python/python-authres/python-authres.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/python-authres/python-authres.SlackBuild b/python/python-authres/python-authres.SlackBuild
index b2cbfe8be7..e3b0f3b985 100644
--- a/python/python-authres/python-authres.SlackBuild
+++ b/python/python-authres/python-authres.SlackBuild
@@ -29,12 +29,10 @@ TAG=${TAG:-_SBo}
SRCNAM=authres
-# 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