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