diff options
Diffstat (limited to 'perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild')
-rw-r--r-- | perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild b/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild index 0fa4ff92911c..216c812f2fde 100644 --- a/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild +++ b/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild @@ -27,6 +27,8 @@ # Modified by the SlackBuilds.org project. SRCNAM="Geography-Countries-2009041301" +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM="perl-Geography-Countries" VERSION=${VERSION:-20090413} BUILD=${BUILD:-1} @@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |