mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Fix install path of ardour_system.rc
This commit is contained in:
parent
5285bb587f
commit
cd57e14cf3
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -868,7 +868,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