summaryrefslogtreecommitdiffstats
path: root/python/webassets
diff options
context:
space:
mode:
Diffstat (limited to 'python/webassets')
-rw-r--r--python/webassets/webassets.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/webassets/webassets.SlackBuild b/python/webassets/webassets.SlackBuild
index ea5acdedde..ae60cc186a 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}