From 3ce07580cb3d501618e6ce6841fea9da03aacaa7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 23 May 2024 15:53:38 +0200 Subject: [PATCH] Fix packaging gmsynth Bug introduced in 75167ac347b --- tools/linux_packaging/build | 1 - tools/osx_packaging/osx_build | 2 +- tools/x-win/package.sh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 942f279c0c..2a109f77fc 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -74,7 +74,6 @@ while [ $# -gt 0 ] ; do STRIP=all ; WITH_NLS=1 ; APPNAME=LiveTrax ; - WITHOUT_GMSYNYTH=1 ; shift ;; --public) WITH_HARRISON_LV2=1 ; diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 23f0f7bcb4..bea51c00df 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -741,7 +741,7 @@ fi ################################################################################ ### Mixbus plugins, etc -if test x$WITH_GMSYNYTH != x ; then +if test x$WITH_GMSYNTH != x ; then echo "Bundling General MIDI Synth LV2" mkdir -p "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2" diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index 3c58306d43..4efb01d166 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -303,7 +303,7 @@ fi ################################################################################ ### Mixbus plugins, etc -if test x$WITH_GMSYNYTH != x ; then +if test x$WITH_GMSYNTH != x ; then mkdir -p $ALIBDIR/LV2 echo "Adding General MIDI Synth LV2"