summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linux_packaging/build')
-rwxr-xr-xtools/linux_packaging/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 59294a26de..60694d0c70 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -186,6 +186,7 @@ Backends=$APPLIB/backends
Themes=$Shared/themes
Templates=$Shared/templates
+PluginMetadata=$Shared/plugin_metadata
ExportFormats=$Shared/export
Locale=$Shared/locale
MidiMaps=$Shared/midi_maps
@@ -400,6 +401,9 @@ done
#Session templates
cp -av $BUILD_ROOT/../templates $Templates
+# PluginMetadata
+cp -av $BUILD_ROOT/../plugin_metadata $PluginMetadata
+
# ExportFormats
# got to be careful with names here
for x in $BUILD_ROOT/../export/*.preset $BUILD_ROOT/../export/*.format ; do