summaryrefslogtreecommitdiffstats
path: root/audio/soxr/soxr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/soxr/soxr.SlackBuild')
-rw-r--r--audio/soxr/soxr.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/soxr/soxr.SlackBuild b/audio/soxr/soxr.SlackBuild
index d612b6c038..5cd2fc2cef 100644
--- a/audio/soxr/soxr.SlackBuild
+++ b/audio/soxr/soxr.SlackBuild
@@ -10,6 +10,8 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=soxr
VERSION=${VERSION:-0.1.3}
BUILD=${BUILD:-1}
@@ -23,7 +25,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}