summaryrefslogtreecommitdiffstats
path: root/python/pyquery/pyquery.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyquery/pyquery.SlackBuild')
-rw-r--r--python/pyquery/pyquery.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pyquery/pyquery.SlackBuild b/python/pyquery/pyquery.SlackBuild
index 0cf5d2eb57..c18a979dae 100644
--- a/python/pyquery/pyquery.SlackBuild
+++ b/python/pyquery/pyquery.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for pyquery
# Written by Šime Ramov <s@ramov.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pyquery
VERSION=${VERSION:-1.2.4}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}