summaryrefslogtreecommitdiffstats
path: root/system/ssdeep/ssdeep.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/ssdeep/ssdeep.SlackBuild')
-rw-r--r--system/ssdeep/ssdeep.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ssdeep/ssdeep.SlackBuild b/system/ssdeep/ssdeep.SlackBuild
index a92fac5730..061ea86205 100644
--- a/system/ssdeep/ssdeep.SlackBuild
+++ b/system/ssdeep/ssdeep.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for ssdeep
# Written by Oleg O. Chukaev <oleg.chukaev@mail.ru>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ssdeep
VERSION=${VERSION:-2.10}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}