summaryrefslogtreecommitdiffstats
path: root/audio/exhale/exhale.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/exhale/exhale.SlackBuild')
-rw-r--r--audio/exhale/exhale.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/exhale/exhale.SlackBuild b/audio/exhale/exhale.SlackBuild
index b763a11360..1482e7d403 100644
--- a/audio/exhale/exhale.SlackBuild
+++ b/audio/exhale/exhale.SlackBuild
@@ -23,6 +23,8 @@
# SUCH DAMAGE.
# ----------------------------------------------------------------------
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=exhale
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}