summaryrefslogtreecommitdiffstats
path: root/system/bulk_extractor/bulk_extractor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/bulk_extractor/bulk_extractor.SlackBuild')
-rw-r--r--system/bulk_extractor/bulk_extractor.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/bulk_extractor/bulk_extractor.SlackBuild b/system/bulk_extractor/bulk_extractor.SlackBuild
index 8c0d81e731..aea3150fd4 100644
--- a/system/bulk_extractor/bulk_extractor.SlackBuild
+++ b/system/bulk_extractor/bulk_extractor.SlackBuild
@@ -24,6 +24,8 @@
# edited for v 1.5.5 November 2014 - added LightGrep option.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=bulk_extractor
VERSION=${VERSION:-20170403_779dbe1}
BUILD=${BUILD:-1}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}