mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +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
|
for file in $GTKSTACK_ROOT/lib/lv2/*.lv2; do
|
||||||
BN=$(basename $file)
|
BN=$(basename $file)
|
||||||
mkdir -p $APPLIB/LV2/$BN
|
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
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue