Fix LV2 ontology install path for OSX bundles

This commit is contained in:
Robin Gareus 2020-10-28 05:52:54 +01:00
parent 7826a1a2a2
commit 1d5cb4150e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -527,7 +527,7 @@ cp -R $BUILD_ROOT/libs/LV2 $Frameworks/
for file in $GTKSTACK_ROOT/lib/lv2/*.lv2; do
BN=$(basename $file)
mkdir -p $APPLIB/LV2/$BN
cp $GTKSTACK_ROOT/lib/lv2/${BN}/*.ttl $APPLIB/LV2/${BN}/
cp $GTKSTACK_ROOT/lib/lv2/${BN}/*.ttl $Frameworks/LV2/${BN}/
done