diff options
Diffstat (limited to 'perl/perl-Curses-UI/perl-Curses-UI.SlackBuild')
-rw-r--r-- | perl/perl-Curses-UI/perl-Curses-UI.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-Curses-UI/perl-Curses-UI.SlackBuild b/perl/perl-Curses-UI/perl-Curses-UI.SlackBuild index 46c2ad35587f0..5263b2ef5fdc2 100644 --- a/perl/perl-Curses-UI/perl-Curses-UI.SlackBuild +++ b/perl/perl-Curses-UI/perl-Curses-UI.SlackBuild @@ -27,6 +27,8 @@ # Build script for perl-Curses-UI +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=perl-Curses-UI VERSION=${VERSION:-0.9609} 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} |