summaryrefslogtreecommitdiffstats
path: root/python/plaso/plaso.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/plaso/plaso.SlackBuild')
-rw-r--r--python/plaso/plaso.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/plaso/plaso.SlackBuild b/python/plaso/plaso.SlackBuild
index 1fea9057a5..11bb723984 100644
--- a/python/plaso/plaso.SlackBuild
+++ b/python/plaso/plaso.SlackBuild
@@ -23,6 +23,8 @@
#
# Updated Build version 20190131, March 2019
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=plaso
VERSION=${VERSION:-20190131}
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}