summaryrefslogtreecommitdiffstats
path: root/network/havp/havp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/havp/havp.SlackBuild')
-rw-r--r--network/havp/havp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/havp/havp.SlackBuild b/network/havp/havp.SlackBuild
index 491361a579..3be8b1ac48 100644
--- a/network/havp/havp.SlackBuild
+++ b/network/havp/havp.SlackBuild
@@ -4,6 +4,8 @@
# Written by William Bowman <wilbowma@indiana.edu>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=havp
VERSION=${VERSION:-0.92a}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}