summaryrefslogtreecommitdiffstats
path: root/system/sleuthkit/sleuthkit.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/sleuthkit/sleuthkit.SlackBuild')
-rw-r--r--system/sleuthkit/sleuthkit.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/sleuthkit/sleuthkit.SlackBuild b/system/sleuthkit/sleuthkit.SlackBuild
index 5a58708308..442f3d37da 100644
--- a/system/sleuthkit/sleuthkit.SlackBuild
+++ b/system/sleuthkit/sleuthkit.SlackBuild
@@ -29,6 +29,8 @@
# Updated v4.10.1 December 2020. Barry J. Grundy
# <bgrundy(at)linuxleo.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=sleuthkit
VERSION=${VERSION:-4.10.1}
BUILD=${BUILD:-1}
@@ -42,7 +44,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}