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