diff options
Diffstat (limited to 'python/dotty/dotty.SlackBuild')
-rw-r--r-- | python/dotty/dotty.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/dotty/dotty.SlackBuild b/python/dotty/dotty.SlackBuild index 113bb5ad520a5..922869a65d0f7 100644 --- a/python/dotty/dotty.SlackBuild +++ b/python/dotty/dotty.SlackBuild @@ -24,6 +24,8 @@ # Initial build. v1.5, February 2017 Barry J. Grundy +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=dotty VERSION=${VERSION:-1.5} BUILD=${BUILD:-1} @@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |