summaryrefslogtreecommitdiffstats
path: root/python/pysqlite
diff options
context:
space:
mode:
Diffstat (limited to 'python/pysqlite')
-rw-r--r--python/pysqlite/pysqlite.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pysqlite/pysqlite.SlackBuild b/python/pysqlite/pysqlite.SlackBuild
index e156a602a1..acb7bcaea7 100644
--- a/python/pysqlite/pysqlite.SlackBuild
+++ b/python/pysqlite/pysqlite.SlackBuild
@@ -23,6 +23,8 @@
#
# New submission, version 2.8.3, March 2018, Barry J. Grundy.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pysqlite
VERSION=${VERSION:-2.8.3}
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}