diff options
Diffstat (limited to 'audio/mpd/mpd.SlackBuild')
-rw-r--r-- | audio/mpd/mpd.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpd/mpd.SlackBuild b/audio/mpd/mpd.SlackBuild index 3cb75abca56c..b46642123b3c 100644 --- a/audio/mpd/mpd.SlackBuild +++ b/audio/mpd/mpd.SlackBuild @@ -26,6 +26,8 @@ # 20200411 bkw: not taking this over, but I'm upgrading it to the latest # release as part of the migration to fluidsynth-2.x. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=mpd VERSION=${VERSION:-0.21.22} BUILD=${BUILD:-1} @@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |