summaryrefslogtreecommitdiffstats
path: root/system/mcrypt/mcrypt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/mcrypt/mcrypt.SlackBuild')
-rw-r--r--system/mcrypt/mcrypt.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/mcrypt/mcrypt.SlackBuild b/system/mcrypt/mcrypt.SlackBuild
index 399bbcafd8..9fd45cd63e 100644
--- a/system/mcrypt/mcrypt.SlackBuild
+++ b/system/mcrypt/mcrypt.SlackBuild
@@ -29,12 +29,10 @@ VERSION=2.6.8
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