diff options
Diffstat (limited to 'audio/lv2file/lv2file.SlackBuild')
-rw-r--r-- | audio/lv2file/lv2file.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lv2file/lv2file.SlackBuild b/audio/lv2file/lv2file.SlackBuild index 7c00bbe2b66de..7413293170faf 100644 --- a/audio/lv2file/lv2file.SlackBuild +++ b/audio/lv2file/lv2file.SlackBuild @@ -12,6 +12,8 @@ # 20141021 bkw: # update for 0.84, get rid of argtable patch as it's no longer needed. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=lv2file VERSION=${VERSION:-0.84} BUILD=${BUILD:-1} @@ -25,7 +27,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |