From 2ebe4f6253a3b7ca14e5633086ee03484e2e8457 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 4 Oct 2011 19:49:24 +0000 Subject: [PATCH] Patch from orbisvicis to fix install of UI RC files (#4351). git-svn-id: svn://localhost/ardour2/branches/3.0@10189 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/wscript | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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