rename system and user config files with product-neutral names

This commit is contained in:
Paul Davis 2014-09-04 12:31:30 -04:00
parent 3d5f799136
commit bd1bf7749b
4 changed files with 7 additions and 75 deletions

View file

@ -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)