From 47712a5df3e41fb7f7a2628955b804d73319d277 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 13 Sep 2020 06:03:17 +0100 Subject: [PATCH] Always symlink jack2 locally, so we can catch the binaries Signed-off-by: falkTX --- pack-jack2.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pack-jack2.sh b/pack-jack2.sh index 0cd7071..153a895 100755 --- a/pack-jack2.sh +++ b/pack-jack2.sh @@ -37,6 +37,12 @@ fi # --------------------------------------------------------------------------------------------------------------------- +if [ ! -e jack2 ]; then + ln -s "${PAWPAW_BUILDDIR}/jack2-${JACK2_VERSION}" jack2 +fi + +# --------------------------------------------------------------------------------------------------------------------- + if [ "${WIN32}" -eq 1 ]; then dlfile="${PAWPAW_DOWNLOADDIR}/innosetup-6.0.5.exe" innodir="${PAWPAW_BUILDDIR}/innosetup-6.0.5" @@ -71,10 +77,6 @@ elif [ "${MACOS}" -eq 1 ]; then patch_osx_binary_libs "${f}" done - if [ ! -e jack2 ]; then - ln -s "${PAWPAW_BUILDDIR}/jack2-${JACK2_VERSION}" jack2 - fi - jack2_lastversion=$(cat jack2/wscript | awk 'sub("VERSION=","")' | tr -d "'") ./jack2/macosx/generate-pkg.sh "${jack2_prefix}${jack2_extra_prefix}/"