mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
rename system and user config files with product-neutral names
This commit is contained in:
parent
94adde7ebb
commit
9ad3feaba0
4 changed files with 7 additions and 75 deletions
2
wscript
2
wscript
|
|
@ -875,7 +875,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