summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-21 19:30:01 +0000
committerDavid Robillard <d@drobilla.net>2008-02-21 19:30:01 +0000
commit4d94305cc904cc2cce33d62050f351fe80f0d517 (patch)
treefcb4bdeb4a6b3e406a577c1818408e858172ca99 /templates
parent0d0bd81a75d23a9d2dd13312f30b7f21138e037a (diff)
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
Diffstat (limited to 'templates')
-rw-r--r--templates/SConscript2
1 files changed, 1 insertions, 1 deletions
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))