diff options
Diffstat (limited to 'perl/perl-MP3-Info/perl-MP3-Info.SlackBuild')
-rw-r--r-- | perl/perl-MP3-Info/perl-MP3-Info.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-MP3-Info/perl-MP3-Info.SlackBuild b/perl/perl-MP3-Info/perl-MP3-Info.SlackBuild index 706bfb15f528..3ee15d82c52f 100644 --- a/perl/perl-MP3-Info/perl-MP3-Info.SlackBuild +++ b/perl/perl-MP3-Info/perl-MP3-Info.SlackBuild @@ -4,6 +4,8 @@ # Written by Mark Grocock <mark@grocock.me.uk> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=perl-MP3-Info VERSION=${VERSION:-1.24} 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} |