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