summaryrefslogtreecommitdiffstats
path: root/network/iperf/iperf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/iperf/iperf.SlackBuild')
-rw-r--r--network/iperf/iperf.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/network/iperf/iperf.SlackBuild b/network/iperf/iperf.SlackBuild
index 1438a3e80f..36b64391c9 100644
--- a/network/iperf/iperf.SlackBuild
+++ b/network/iperf/iperf.SlackBuild
@@ -5,19 +5,17 @@
# Some parts learned or copied from:
# http://slackbuilds.org/template.SlackBuild
# and
-# http://www.slackwiki.org/Writing_A_SlackBuild_Script
+# http://www.slackwiki.org/Writing_A_SlackBuild_Script
PRGNAM=iperf
VERSION=${VERSION:-2.0.5}
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