summaryrefslogtreecommitdiffstats
path: root/audio/mp3wrap/mp3wrap.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3wrap/mp3wrap.SlackBuild')
-rw-r--r--audio/mp3wrap/mp3wrap.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3wrap/mp3wrap.SlackBuild b/audio/mp3wrap/mp3wrap.SlackBuild
index ccf798f261..f1315d4b69 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}