summaryrefslogtreecommitdiffstats
path: root/desktop/wmakerconf/wmakerconf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmakerconf/wmakerconf.SlackBuild')
-rw-r--r--desktop/wmakerconf/wmakerconf.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/wmakerconf/wmakerconf.SlackBuild b/desktop/wmakerconf/wmakerconf.SlackBuild
index fd9dd541b1..ed5dab51f3 100644
--- a/desktop/wmakerconf/wmakerconf.SlackBuild
+++ b/desktop/wmakerconf/wmakerconf.SlackBuild
@@ -10,12 +10,10 @@ VERSION=${VERSION:-2.12}
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