diff options
Diffstat (limited to 'perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild')
-rw-r--r-- | perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild b/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild index 4145fe4bf2..59aac1e849 100644 --- a/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild +++ b/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild @@ -27,6 +27,8 @@ # Build script for perl-Text-Pronouncable +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=perl-Text-Password-Pronounceable VERSION=${VERSION:-0.30} 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} |