13
0

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:
Carl Hetherington 2011-10-03 21:31:59 +00:00
parent f81821c68e
commit a1f8f6d8ea

View File

@ -658,7 +658,7 @@ def build(bld):
obj.source = 'ardour.rc.in'
obj.target = 'ardour_system.rc'
obj.dict = rc_subst_dict
obj.install_path = '${SYSCONF}/ardour3'
obj.install_path = '${SYSCONFDIR}/ardour3'
def i18n(bld):
bld.recurse (i18n_children)