summaryrefslogtreecommitdiffstats
path: root/python/python-poppler-qt4/python-poppler-qt4.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-poppler-qt4/python-poppler-qt4.SlackBuild')
-rw-r--r--python/python-poppler-qt4/python-poppler-qt4.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python-poppler-qt4/python-poppler-qt4.SlackBuild b/python/python-poppler-qt4/python-poppler-qt4.SlackBuild
index 9403caa333..a74e94879c 100644
--- a/python/python-poppler-qt4/python-poppler-qt4.SlackBuild
+++ b/python/python-poppler-qt4/python-poppler-qt4.SlackBuild
@@ -3,6 +3,8 @@
#
# Michales - clavisound - Michaloudes korgie@gmail.com <2012>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=python-poppler-qt4
VERSION=${VERSION:-0.24.0}
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}