diff options
Diffstat (limited to 'audio/mp3wrap/mp3wrap.SlackBuild')
-rw-r--r-- | audio/mp3wrap/mp3wrap.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3wrap/mp3wrap.SlackBuild b/audio/mp3wrap/mp3wrap.SlackBuild index ccf798f2611f..f1315d4b6901 100644 --- a/audio/mp3wrap/mp3wrap.SlackBuild +++ b/audio/mp3wrap/mp3wrap.SlackBuild @@ -4,6 +4,8 @@ # Based on a number of SlackBuild scripts found on http://slackbuilds.org +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=mp3wrap VERSION=${VERSION:-0.5} BUILD=${BUILD:-1} @@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |