mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
only copy lv2core .ttl (exclude headers) to bundle
This commit is contained in:
parent
4f387f390e
commit
2a9dd5d7bb
1 changed files with 4 additions and 2 deletions
|
|
@ -566,9 +566,11 @@ cp -R $BUILD_ROOT/libs/LV2 $APPLIB/
|
||||||
|
|
||||||
# lv2 core, classifications etc - TODO check if we need the complete LV2 ontology
|
# lv2 core, classifications etc - TODO check if we need the complete LV2 ontology
|
||||||
if test -d $ARDOURSTACK_ROOT/lib/lv2/lv2core.lv2 ; then
|
if test -d $ARDOURSTACK_ROOT/lib/lv2/lv2core.lv2 ; then
|
||||||
cp -R $ARDOURSTACK_ROOT/lib/lv2/lv2core.lv2 $APPLIB/LV2/
|
mkdir -p $APPLIB/LV2/lv2core.lv2
|
||||||
|
cp -R $ARDOURSTACK_ROOT/lib/lv2/lv2core.lv2/*.ttl $APPLIB/LV2/lv2core.lv2/
|
||||||
elif test -d $GTKSTACK_ROOT/lib/lv2/lv2core.lv2 ; then
|
elif test -d $GTKSTACK_ROOT/lib/lv2/lv2core.lv2 ; then
|
||||||
cp -R $GTKSTACK_ROOT/lib/lv2/lv2core.lv2 $APPLIB/LV2/
|
mkdir -p $APPLIB/LV2/lv2core.lv2
|
||||||
|
cp -R $GTKSTACK_ROOT/lib/lv2/lv2core.lv2/*.ttl $APPLIB/LV2/lv2core.lv2/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# go through and recursively remove any .svn dirs in the bundle
|
# go through and recursively remove any .svn dirs in the bundle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue