summaryrefslogtreecommitdiffstats
path: root/system/passwdqc/passwdqc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/passwdqc/passwdqc.SlackBuild')
-rw-r--r--system/passwdqc/passwdqc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/passwdqc/passwdqc.SlackBuild b/system/passwdqc/passwdqc.SlackBuild
index 2dc33bd450..7a95ef204d 100644
--- a/system/passwdqc/passwdqc.SlackBuild
+++ b/system/passwdqc/passwdqc.SlackBuild
@@ -4,6 +4,8 @@
# Written by pyllyukko
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=passwdqc
VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}