summaryrefslogtreecommitdiffstats
path: root/python/ipaddr-py/ipaddr-py.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/ipaddr-py/ipaddr-py.SlackBuild')
-rw-r--r--python/ipaddr-py/ipaddr-py.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/ipaddr-py/ipaddr-py.SlackBuild b/python/ipaddr-py/ipaddr-py.SlackBuild
index f12fdf30d8..3d41c76242 100644
--- a/python/ipaddr-py/ipaddr-py.SlackBuild
+++ b/python/ipaddr-py/ipaddr-py.SlackBuild
@@ -29,12 +29,10 @@ TAG=${TAG:-_SBo}
SRCNAM=ipaddr
-# 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
@@ -58,7 +56,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT