summaryrefslogtreecommitdiffstats
path: root/audio/eyeD3
diff options
context:
space:
mode:
Diffstat (limited to 'audio/eyeD3')
-rw-r--r--audio/eyeD3/eyeD3.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/eyeD3/eyeD3.SlackBuild b/audio/eyeD3/eyeD3.SlackBuild
index 98fb774b33..98e48d54a2 100644
--- a/audio/eyeD3/eyeD3.SlackBuild
+++ b/audio/eyeD3/eyeD3.SlackBuild
@@ -28,6 +28,8 @@
# No additional license terms added
# Modified by new maintainer: Andrew Strong
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=eyeD3
VERSION=${VERSION:-0.8.10}
BUILD=${BUILD:-1}
@@ -41,7 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}