summaryrefslogtreecommitdiffstats
path: root/python/pyPdf/pyPdf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyPdf/pyPdf.SlackBuild')
-rw-r--r--python/pyPdf/pyPdf.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pyPdf/pyPdf.SlackBuild b/python/pyPdf/pyPdf.SlackBuild
index 9aa916e830..6695bc1f98 100644
--- a/python/pyPdf/pyPdf.SlackBuild
+++ b/python/pyPdf/pyPdf.SlackBuild
@@ -27,6 +27,8 @@
#
# 1 - Initial release.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pyPdf
VERSION=${VERSION:-1.13}
BUILD=${BUILD:-1}
@@ -34,7 +36,6 @@ TAG=${TAG:-_SBo}
DOCS="README CHANGELOG"
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}