summaryrefslogtreecommitdiffstats
path: root/perl/perl-Regexp-IPv6/perl-Regexp-IPv6.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Regexp-IPv6/perl-Regexp-IPv6.SlackBuild')
-rw-r--r--perl/perl-Regexp-IPv6/perl-Regexp-IPv6.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-Regexp-IPv6/perl-Regexp-IPv6.SlackBuild b/perl/perl-Regexp-IPv6/perl-Regexp-IPv6.SlackBuild
index 44e760d57f..31dd444ca0 100644
--- a/perl/perl-Regexp-IPv6/perl-Regexp-IPv6.SlackBuild
+++ b/perl/perl-Regexp-IPv6/perl-Regexp-IPv6.SlackBuild
@@ -27,6 +27,8 @@
# Build script for perl-Class-ReturnValue
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=perl-Regexp-IPv6
VERSION=${VERSION:-0.03}
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}