revert to continued used of .ardour as session file suffix for now, to avoid immediate transition issues

This commit is contained in:
Paul Davis 2014-09-03 20:41:20 -04:00
parent 5825f5b2be
commit 68374fa9ec

View file

@ -393,7 +393,9 @@ def set_compiler_flags (conf,opt):
executable_name = 'ardour3'
else:
lwrcase_dirname = 'tracks'
statefile_suffix = '.tracks'
# plan to change this sooner rather than later
# statefile_suffix = '.tracks'
statefile_suffix = '.ardour'
executable_name = 'tracks'
conf.env['INSTALL_DIRNAME'] = lwrcase_dirname