summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-01-29 22:29:52 +0100
committerRobin Gareus <robin@gareus.org>2018-01-30 01:33:45 +0100
commit4d173d604896c80c99f7e4cdaa3908b55b0fdb81 (patch)
treed9a5c7975ca200d611d55809fc2167e84927eee4 /tools/linux_packaging/build
parent07725134993ac9cf5f62e23cd44a91913a1a073a (diff)
Prepare plugin-meta-data config-dir and files
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