summaryrefslogtreecommitdiffstats
path: root/network/dropbear/dropbear.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/dropbear/dropbear.SlackBuild')
-rw-r--r--network/dropbear/dropbear.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/network/dropbear/dropbear.SlackBuild b/network/dropbear/dropbear.SlackBuild
index bdc3f85d29..cdf9db6919 100644
--- a/network/dropbear/dropbear.SlackBuild
+++ b/network/dropbear/dropbear.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2007-2008, Piter Punk, São Paulo, Brazil
+# Copyright 2007-2008, Piter Punk, São Paulo, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,12 +25,10 @@ VERSION=0.52
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