summaryrefslogtreecommitdiffstats
path: root/python/hachoir-core
diff options
context:
space:
mode:
Diffstat (limited to 'python/hachoir-core')
-rw-r--r--python/hachoir-core/hachoir-core.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/hachoir-core/hachoir-core.SlackBuild b/python/hachoir-core/hachoir-core.SlackBuild
index 1b3d369725..f64362404c 100644
--- a/python/hachoir-core/hachoir-core.SlackBuild
+++ b/python/hachoir-core/hachoir-core.SlackBuild
@@ -23,6 +23,8 @@
#
# Initial Build - November 2014 version 1.3.3
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=hachoir-core
VERSION=${VERSION:-1.3.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}