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