summaryrefslogtreecommitdiffstats
path: root/python/xlutils/xlutils.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/xlutils/xlutils.SlackBuild')
-rw-r--r--python/xlutils/xlutils.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/xlutils/xlutils.SlackBuild b/python/xlutils/xlutils.SlackBuild
index 70c3c7ff73..53ac687a63 100644
--- a/python/xlutils/xlutils.SlackBuild
+++ b/python/xlutils/xlutils.SlackBuild
@@ -24,6 +24,8 @@
# Modified by slackbuilds.org
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=xlutils
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}