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.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/iperf/iperf.SlackBuild b/network/iperf/iperf.SlackBuild
index 5c152078f1..a9ab6c2c11 100644
--- a/network/iperf/iperf.SlackBuild
+++ b/network/iperf/iperf.SlackBuild
@@ -7,6 +7,8 @@
# and
# http://www.slackwiki.org/Writing_A_SlackBuild_Script
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=iperf
VERSION=${VERSION:-2.0.8}
BUILD=${BUILD:-1}
@@ -20,7 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}