Fix packaging gmsynth

Bug introduced in 75167ac347
This commit is contained in:
Robin Gareus 2024-05-23 15:53:38 +02:00
parent ac004eee70
commit 3ce07580cb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
3 changed files with 2 additions and 3 deletions

View File

@ -74,7 +74,6 @@ while [ $# -gt 0 ] ; do
STRIP=all ;
WITH_NLS=1 ;
APPNAME=LiveTrax ;
WITHOUT_GMSYNYTH=1 ;
shift ;;
--public)
WITH_HARRISON_LV2=1 ;

View File

@ -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"

View File

@ -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"