From 486020b4032da9bbb20fafd83ec6f10263c892e5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 19 Dec 2006 02:41:19 +0000 Subject: save keybindings to file used at startup; allow keybindings file to be cmdline-specified; remove some GTK2FIX comments; fix feedback based on john anderson's patch; apply scons patches; fix crash when taking MIDI ports online+offline; try to prevent aborts when shutting down due to metering thread; start work on reconstructing GlobalFOOCommand commands; use ftruncate to hint at peakfile preallocation to reduce fragmentation git-svn-id: svn://localhost/ardour2/trunk@1223 d708f5d6-7413-0410-9779-e7cbd77b26cf --- templates/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/SConscript b/templates/SConscript index 7fa556530b..874d70cf06 100644 --- a/templates/SConscript +++ b/templates/SConscript @@ -3,6 +3,7 @@ import os import glob template_files = glob.glob('*.template.in') +files = glob.glob('*.template') Import('env install_prefix subst_dict') @@ -13,5 +14,5 @@ for template in template_files: Default(template_build) -env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2/templates'), template_build)) +env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2/templates'), files)) env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_build)) -- cgit v1.2.3