summaryrefslogtreecommitdiffstats
path: root/audio/tagtool/tagtool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/tagtool/tagtool.SlackBuild')
-rw-r--r--audio/tagtool/tagtool.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/tagtool/tagtool.SlackBuild b/audio/tagtool/tagtool.SlackBuild
index 99db5d3a63..aadf837171 100644
--- a/audio/tagtool/tagtool.SlackBuild
+++ b/audio/tagtool/tagtool.SlackBuild
@@ -23,6 +23,8 @@
# with this program (most likely, a file named COPYING). If not, see
# <http://www.gnu.org/licenses/>.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=tagtool
VERSION=${VERSION:-0.12.3}
BUILD=${BUILD:-3}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}