diff options
Diffstat (limited to 'network/dnsmap')
-rw-r--r-- | network/dnsmap/dnsmap.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/dnsmap/dnsmap.SlackBuild b/network/dnsmap/dnsmap.SlackBuild index cae1190e30..46095c49f4 100644 --- a/network/dnsmap/dnsmap.SlackBuild +++ b/network/dnsmap/dnsmap.SlackBuild @@ -20,6 +20,8 @@ # 0. You just DO WHAT THE FUCK YOU WANT TO. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=dnsmap VERSION=${VERSION:-0.30} BUILD=${BUILD:-1} @@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |