summaryrefslogtreecommitdiffstats
path: root/perl/perl-IP-Country/perl-IP-Country.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-IP-Country/perl-IP-Country.SlackBuild')
-rw-r--r--perl/perl-IP-Country/perl-IP-Country.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-IP-Country/perl-IP-Country.SlackBuild b/perl/perl-IP-Country/perl-IP-Country.SlackBuild
index 174b38f8d0..c9822ede5e 100644
--- a/perl/perl-IP-Country/perl-IP-Country.SlackBuild
+++ b/perl/perl-IP-Country/perl-IP-Country.SlackBuild
@@ -27,6 +27,8 @@
#
# Modified by the SlackBuilds.org project.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM="perl-IP-Country"
VERSION=${VERSION:-2.28}
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}