mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Deploy LRDF presets (if any)
This commit is contained in:
parent
5324c9092e
commit
ae6bf4bc7d
4 changed files with 9 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ Backends=$APPLIB/backends
|
|||
|
||||
Themes=$Shared/themes
|
||||
Templates=$Shared/templates
|
||||
LRDFPresets=$Shared/rdf
|
||||
PluginMetadata=$Shared/plugin_metadata
|
||||
MixerSettings=$Shared/mixer_settings
|
||||
ExportFormats=$Shared/export
|
||||
|
|
@ -405,6 +406,9 @@ done
|
|||
#Session templates
|
||||
cp -av $BUILD_ROOT/../share/templates $Templates
|
||||
|
||||
#LADSPA Presets
|
||||
cp -av $BUILD_ROOT/../share/rdf $LRDFPresets
|
||||
|
||||
# PluginMetadata
|
||||
cp -av $BUILD_ROOT/../share/plugin_metadata $PluginMetadata
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue