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 94adde7ebb
commit 9ad3feaba0
4 changed files with 7 additions and 75 deletions

View file

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