mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
rename system and user config files with product-neutral names
This commit is contained in:
parent
3d5f799136
commit
bd1bf7749b
4 changed files with 7 additions and 75 deletions
2
wscript
2
wscript
|
|
@ -892,7 +892,7 @@ def build(bld):
|
|||
for i in children:
|
||||
bld.recurse(i)
|
||||
|
||||
bld.install_files (bld.env['CONFDIR'], 'ardour_system.rc')
|
||||
bld.install_files (bld.env['CONFDIR'], 'system_config')
|
||||
|
||||
if bld.env['RUN_TESTS']:
|
||||
bld.add_post_fun(test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue