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"