mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
Fix install path of ardour_system.rc
This commit is contained in:
parent
31834ac9b3
commit
124df65cc9
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -874,7 +874,7 @@ def build(bld):
|
|||
for i in children:
|
||||
bld.recurse(i)
|
||||
|
||||
bld.install_files (bld.env['SYSCONFDIR'], 'ardour_system.rc')
|
||||
bld.install_files (bld.env['CONFDIR'], 'ardour_system.rc')
|
||||
|
||||
if bld.env['RUN_TESTS']:
|
||||
bld.add_post_fun(test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue