diff options
Diffstat (limited to 'perl/perl-Exception-Class/perl-Exception-Class.SlackBuild')
-rw-r--r-- | perl/perl-Exception-Class/perl-Exception-Class.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild b/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild index 1f68c9c8cf276..5c2647e0720b1 100644 --- a/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild +++ b/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild @@ -5,6 +5,8 @@ # Written by LEVAI Daniel +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=perl-Exception-Class VERSION=${VERSION:-1.41} BUILD=${BUILD:-1} @@ -20,7 +22,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |