mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix LV2 ontology install path for OSX bundles
This commit is contained in:
parent
7826a1a2a2
commit
1d5cb4150e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue