summaryrefslogtreecommitdiffstats
path: root/audio/shntool/shntool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/shntool/shntool.SlackBuild')
-rw-r--r--audio/shntool/shntool.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/shntool/shntool.SlackBuild b/audio/shntool/shntool.SlackBuild
index 1e2a8b4448..4a4b365e30 100644
--- a/audio/shntool/shntool.SlackBuild
+++ b/audio/shntool/shntool.SlackBuild
@@ -4,6 +4,8 @@
# Written by slakmagik <slakmagik@gmail.com>
# Released under the WTFPL
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=shntool
VERSION=${VERSION:-3.0.10}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}