mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Fix previous commit (OSX LV2)
This commit is contained in:
parent
1d5cb4150e
commit
6e9d6934d9
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ cp -R $BUILD_ROOT/libs/LV2 $Frameworks/
|
|||
# lv2 core, classifications
|
||||
for file in $GTKSTACK_ROOT/lib/lv2/*.lv2; do
|
||||
BN=$(basename $file)
|
||||
mkdir -p $APPLIB/LV2/$BN
|
||||
mkdir -p $Frameworks/LV2/$BN
|
||||
cp $GTKSTACK_ROOT/lib/lv2/${BN}/*.ttl $Frameworks/LV2/${BN}/
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue