Patch from acolomb to fix install of ardour_system.rc
(#4348). git-svn-id: svn://localhost/ardour2/branches/3.0@10186 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f81821c68e
commit
a1f8f6d8ea
2
wscript
2
wscript
@ -658,7 +658,7 @@ def build(bld):
|
|||||||
obj.source = 'ardour.rc.in'
|
obj.source = 'ardour.rc.in'
|
||||||
obj.target = 'ardour_system.rc'
|
obj.target = 'ardour_system.rc'
|
||||||
obj.dict = rc_subst_dict
|
obj.dict = rc_subst_dict
|
||||||
obj.install_path = '${SYSCONF}/ardour3'
|
obj.install_path = '${SYSCONFDIR}/ardour3'
|
||||||
|
|
||||||
def i18n(bld):
|
def i18n(bld):
|
||||||
bld.recurse (i18n_children)
|
bld.recurse (i18n_children)
|
||||||
|
Loading…
Reference in New Issue
Block a user