mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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:
parent
0f03348dd7
commit
2ebe4f6253
1 changed files with 4 additions and 2 deletions
|
|
@ -553,13 +553,15 @@ def build(bld):
|
||||||
bld (
|
bld (
|
||||||
rule = include_processor,
|
rule = include_processor,
|
||||||
source = 'ardour3_ui_dark.rc.pre',
|
source = 'ardour3_ui_dark.rc.pre',
|
||||||
target = 'ardour3_ui_dark.rc'
|
target = 'ardour3_ui_dark.rc',
|
||||||
|
install_path = '${SYSCONFDIR}/ardour3'
|
||||||
)
|
)
|
||||||
|
|
||||||
bld (
|
bld (
|
||||||
rule = include_processor,
|
rule = include_processor,
|
||||||
source = 'ardour3_ui_light.rc.pre',
|
source = 'ardour3_ui_light.rc.pre',
|
||||||
target = 'ardour3_ui_light.rc'
|
target = 'ardour3_ui_light.rc',
|
||||||
|
install_path = '${SYSCONFDIR}/ardour3'
|
||||||
)
|
)
|
||||||
|
|
||||||
# Menus
|
# Menus
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue