diff options
Diffstat (limited to 'python/webassets/webassets.SlackBuild')
-rw-r--r-- | python/webassets/webassets.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/webassets/webassets.SlackBuild b/python/webassets/webassets.SlackBuild index ea5acdedde607..ae60cc186ae4f 100644 --- a/python/webassets/webassets.SlackBuild +++ b/python/webassets/webassets.SlackBuild @@ -23,6 +23,8 @@ # # Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=webassets VERSION=${VERSION:-0.12.1} 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} |