From 4d94305cc904cc2cce33d62050f351fe80f0d517 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Feb 2008 19:30:01 +0000 Subject: Fix install path problems (s/ardour2/ardour3). Fix finding of keybindings file when running from source tree (via ardev/ardbg). Fix clashing keybindings for zoom stuff. Add note tool keybinding and menu entry. git-svn-id: svn://localhost/ardour2/branches/3.0@3099 d708f5d6-7413-0410-9779-e7cbd77b26cf --- templates/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/SConscript b/templates/SConscript index 60a80c5619..8c7f9885f6 100644 --- a/templates/SConscript +++ b/templates/SConscript @@ -14,5 +14,5 @@ for template in template_files: Default(template_build) -env.Alias('install', env.Install(os.path.join(install_prefix, 'share', 'ardour2', 'templates'), files)) +env.Alias('install', env.Install(os.path.join(install_prefix, 'share', 'ardour3', 'templates'), files)) env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_build)) -- cgit v1.2.3