summaryrefslogtreecommitdiffstats
path: root/python/elasticsearch5/elasticsearch5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/elasticsearch5/elasticsearch5.SlackBuild')
-rw-r--r--python/elasticsearch5/elasticsearch5.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/elasticsearch5/elasticsearch5.SlackBuild b/python/elasticsearch5/elasticsearch5.SlackBuild
index b52e2c464d..c165dbf0d1 100644
--- a/python/elasticsearch5/elasticsearch5.SlackBuild
+++ b/python/elasticsearch5/elasticsearch5.SlackBuild
@@ -24,6 +24,8 @@
#
# Initial submission, version 5.5.5 Jan 2019
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=elasticsearch5
VERSION=${VERSION:-5.5.5}
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}