From 68374fa9ec8bbde8755ea9bd64f23f117722ad27 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 3 Sep 2014 20:41:20 -0400 Subject: [PATCH] revert to continued used of .ardour as session file suffix for now, to avoid immediate transition issues --- wscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wscript b/wscript index 69f895949f..38e08cd235 100755 --- a/wscript +++ b/wscript @@ -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