diff options
Diffstat (limited to 'python/construct/construct.SlackBuild')
-rw-r--r-- | python/construct/construct.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/construct/construct.SlackBuild b/python/construct/construct.SlackBuild index ecc51b4b8ef90..d72babd101d56 100644 --- a/python/construct/construct.SlackBuild +++ b/python/construct/construct.SlackBuild @@ -23,6 +23,8 @@ # # Upgraded to 2.9.45 Jan 2019, Barry J. Grundy +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=construct VERSION=${VERSION:-2.9.45} BUILD=${BUILD:-1} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |