diff options
Diffstat (limited to 'audio/padthv1/padthv1.SlackBuild')
-rw-r--r-- | audio/padthv1/padthv1.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/padthv1/padthv1.SlackBuild b/audio/padthv1/padthv1.SlackBuild index 2f9e3845a4950..2b37cd554d3e7 100644 --- a/audio/padthv1/padthv1.SlackBuild +++ b/audio/padthv1/padthv1.SlackBuild @@ -9,6 +9,8 @@ # 20201106 bkw: update for 0.9.18 # 20200114 bkw: update for 0.9.12 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=padthv1 VERSION=${VERSION:-0.9.18} BUILD=${BUILD:-1} @@ -22,7 +24,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |