summaryrefslogtreecommitdiffstats
path: root/python/pywebkitgtk
diff options
context:
space:
mode:
Diffstat (limited to 'python/pywebkitgtk')
-rw-r--r--python/pywebkitgtk/pywebkitgtk.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pywebkitgtk/pywebkitgtk.SlackBuild b/python/pywebkitgtk/pywebkitgtk.SlackBuild
index de5e079558..77178c8fa5 100644
--- a/python/pywebkitgtk/pywebkitgtk.SlackBuild
+++ b/python/pywebkitgtk/pywebkitgtk.SlackBuild
@@ -4,6 +4,8 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pywebkitgtk
VERSION=${VERSION:-1.1.8}
BUILD=${BUILD:-2}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}