diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 6f28d01221..ef99f1e6ba 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -553,13 +553,15 @@ def build(bld): bld ( rule = include_processor, source = 'ardour3_ui_dark.rc.pre', - target = 'ardour3_ui_dark.rc' + target = 'ardour3_ui_dark.rc', + install_path = '${SYSCONFDIR}/ardour3' ) bld ( rule = include_processor, source = 'ardour3_ui_light.rc.pre', - target = 'ardour3_ui_light.rc' + target = 'ardour3_ui_light.rc', + install_path = '${SYSCONFDIR}/ardour3' ) # Menus