diff options
Diffstat (limited to 'audio/soxr/soxr.SlackBuild')
-rw-r--r-- | audio/soxr/soxr.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/soxr/soxr.SlackBuild b/audio/soxr/soxr.SlackBuild index d612b6c038fd..5cd2fc2cefa5 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} |