diff options
Diffstat (limited to 'audio/calf-ladspa')
-rw-r--r-- | audio/calf-ladspa/calf-ladspa.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/calf-ladspa/calf-ladspa.SlackBuild b/audio/calf-ladspa/calf-ladspa.SlackBuild index 89ce660ac516..bfeacdf18837 100644 --- a/audio/calf-ladspa/calf-ladspa.SlackBuild +++ b/audio/calf-ladspa/calf-ladspa.SlackBuild @@ -30,6 +30,8 @@ # tarballs, so this is a git checkout from 20140308. # - Added capability stuff. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=calf-ladspa VERSION=${VERSION:-0.0.19kx} BUILD=${BUILD:-1} @@ -43,7 +45,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |