summaryrefslogtreecommitdiffstats
path: root/network/msn-proxy/msn-proxy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/msn-proxy/msn-proxy.SlackBuild')
-rw-r--r--network/msn-proxy/msn-proxy.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/network/msn-proxy/msn-proxy.SlackBuild b/network/msn-proxy/msn-proxy.SlackBuild
index f22e3a6d14..73e5f29d55 100644
--- a/network/msn-proxy/msn-proxy.SlackBuild
+++ b/network/msn-proxy/msn-proxy.SlackBuild
@@ -12,12 +12,10 @@ TAG=${TAG:-_SBo}
DOCROOT=${DOCROOT:-var/www/htdocs}
-# 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