aboutsummaryrefslogtreecommitdiff
path: root/network/dnscrypt-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'network/dnscrypt-proxy')
-rw-r--r--network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild b/network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild
index 11cc61fbb6f7..50676fa63e63 100644
--- a/network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild
+++ b/network/dnscrypt-proxy/dnscrypt-proxy.SlackBuild
@@ -26,6 +26,8 @@
# dnsmasq configuration, and the idea for an init script. His contributions
# significantly improved the value of this script!
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=dnscrypt-proxy
VERSION=${VERSION:-2.0.45}
BUILD=${BUILD:-1}
@@ -42,7 +44,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}