diff options
Diffstat (limited to 'system/passwdqc/passwdqc.SlackBuild')
-rw-r--r-- | system/passwdqc/passwdqc.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/passwdqc/passwdqc.SlackBuild b/system/passwdqc/passwdqc.SlackBuild index 2dc33bd4508ae..7a95ef204d02b 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} |