summaryrefslogtreecommitdiffstats
path: root/libraries/libnxml/libnxml.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libnxml/libnxml.SlackBuild')
-rw-r--r--libraries/libnxml/libnxml.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/libnxml/libnxml.SlackBuild b/libraries/libnxml/libnxml.SlackBuild
index 41ed54d302..e4666c1401 100644
--- a/libraries/libnxml/libnxml.SlackBuild
+++ b/libraries/libnxml/libnxml.SlackBuild
@@ -8,12 +8,10 @@ VERSION=0.18.3
BUILD=${BUILD:-2}
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
@@ -37,7 +35,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT