summaryrefslogtreecommitdiffstats
path: root/development/ldns/ldns.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/ldns/ldns.SlackBuild')
-rw-r--r--development/ldns/ldns.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/ldns/ldns.SlackBuild b/development/ldns/ldns.SlackBuild
index 0b0e783fb2..f9c459e7c7 100644
--- a/development/ldns/ldns.SlackBuild
+++ b/development/ldns/ldns.SlackBuild
@@ -33,6 +33,8 @@
# URL: http://www.nlnetlabs.nl/projects/ldns/
# -----------------------------------------------------------------------------
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ldns
VERSION=${VERSION:-1.7.1}
TAG=${TAG:-_SBo}
@@ -46,7 +48,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}