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
This commit is contained in:
Carl Hetherington 2011-10-04 19:49:24 +00:00
parent 0f03348dd7
commit 2ebe4f6253
1 changed files with 4 additions and 2 deletions

View 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