mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
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
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue