diff options
Diffstat (limited to 'python/plaso/plaso.SlackBuild')
-rw-r--r-- | python/plaso/plaso.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/plaso/plaso.SlackBuild b/python/plaso/plaso.SlackBuild index 1fea9057a52ef..11bb72398496e 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} |