summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild')
-rw-r--r--perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild b/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild
index 22ad6d17ad..43ee6dc08f 100644
--- a/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild
+++ b/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild
@@ -28,6 +28,8 @@
# Build script for perl-Text-Quoted
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=perl-Text-Quoted
VERSION=${VERSION:-2.10}
BUILD=${BUILD:-1}
@@ -43,7 +45,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}