diff options
Diffstat (limited to 'python/nxt-python/nxt-python.SlackBuild')
-rw-r--r-- | python/nxt-python/nxt-python.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/nxt-python/nxt-python.SlackBuild b/python/nxt-python/nxt-python.SlackBuild index 5e8a15adf3e80..891c84438c49d 100644 --- a/python/nxt-python/nxt-python.SlackBuild +++ b/python/nxt-python/nxt-python.SlackBuild @@ -9,6 +9,8 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=nxt-python VERSION=${VERSION:-2.2.2} BUILD=${BUILD:-1} @@ -22,7 +24,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |