diff options
Diffstat (limited to 'audio/synthv1')
-rw-r--r-- | audio/synthv1/synthv1.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/synthv1/synthv1.SlackBuild b/audio/synthv1/synthv1.SlackBuild index e0b083f5f4f84..c5b7280a55cbd 100644 --- a/audio/synthv1/synthv1.SlackBuild +++ b/audio/synthv1/synthv1.SlackBuild @@ -21,6 +21,8 @@ # not sure how I missed this the first time around... # 20170324 bkw: updated for v0.8.1 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=synthv1 VERSION=${VERSION:-0.9.18} BUILD=${BUILD:-1} @@ -34,7 +36,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |