diff options
Diffstat (limited to 'python/artifacts/artifacts.SlackBuild')
-rw-r--r-- | python/artifacts/artifacts.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/artifacts/artifacts.SlackBuild b/python/artifacts/artifacts.SlackBuild index 195c02755e..374a00e14c 100644 --- a/python/artifacts/artifacts.SlackBuild +++ b/python/artifacts/artifacts.SlackBuild @@ -23,6 +23,8 @@ # # Updated to version 20190113, March 2019 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=artifacts VERSION=${VERSION:-20190113} 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} |