summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript b/wscript
index 16628539..bb8c8788 100644
--- a/wscript
+++ b/wscript
@@ -169,4 +169,8 @@ def build(bld):
os.path.join(bld.env['DATADIR'], 'icons', 'hicolor', s, 'apps', 'ingen.png'),
'icons/' + s + '/ingen.png')
+ # Template patches/plugins bundle
+ bld.install_files('${LV2DIR}/ingen.lv2/',
+ bld.path.ant_glob('ingen.lv2/*'))
+
bld.add_post_fun(autowaf.run_ldconfig)