summaryrefslogtreecommitdiff
path: root/perl/perl-Text-Tabulate/perl-Text-Tabulate.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Text-Tabulate/perl-Text-Tabulate.SlackBuild')
-rw-r--r--perl/perl-Text-Tabulate/perl-Text-Tabulate.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-Text-Tabulate/perl-Text-Tabulate.SlackBuild b/perl/perl-Text-Tabulate/perl-Text-Tabulate.SlackBuild
index 9e386c2cf3..227db95d57 100644
--- a/perl/perl-Text-Tabulate/perl-Text-Tabulate.SlackBuild
+++ b/perl/perl-Text-Tabulate/perl-Text-Tabulate.SlackBuild
@@ -4,6 +4,8 @@
# Written by Jacob Pipkin <j@dawnrazor.net>
# Licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=perl-Text-Tabulate
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}