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