Patch from orbisvicis to fix install of UI RC files
authorCarl Hetherington <carl@carlh.net>
Tue, 4 Oct 2011 19:49:24 +0000 (19:49 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 4 Oct 2011 19:49:24 +0000 (19:49 +0000)
(#4351).

git-svn-id: svn://localhost/ardour2/branches/3.0@10189 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/wscript

index 6f28d012219f1b217ad57b278f16b892b8cfb5dc..ef99f1e6ba2cd80e1848513313e645a4d7294b5c 100644 (file)
@@ -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