summaryrefslogtreecommitdiffstats
path: root/python/arrow/arrow.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/arrow/arrow.SlackBuild')
-rw-r--r--python/arrow/arrow.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/arrow/arrow.SlackBuild b/python/arrow/arrow.SlackBuild
index 4b58ae3598..95995a5af4 100644
--- a/python/arrow/arrow.SlackBuild
+++ b/python/arrow/arrow.SlackBuild
@@ -24,6 +24,8 @@
# Written by Jostein Berntsen <jvbernts@onlne.no>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=arrow
VERSION=${VERSION:-0.17.0}
BUILD=${BUILD:-1}
@@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}