summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-15 22:31:13 +0000
committerDavid Robillard <d@drobilla.net>2006-06-15 22:31:13 +0000
commite13e84677a9213fb54d641483a7fcf5ecf2feb0d (patch)
treee4462e8a8e14f15575ff5cbfbfa7cf42b14c00fc /templates
parentb5db1f624d347c8865c27fdae23bf4595be372d2 (diff)
Merged with trunk revision 610
git-svn-id: svn://localhost/ardour2/branches/midi@611 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 b5410ad7a5..7fa556530b 100644
--- a/templates/SConscript
+++ b/templates/SConscript
@@ -13,5 +13,5 @@ for template in template_files:
Default(template_build)
-env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour/templates'), template_build))
+env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2/templates'), template_build))
env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_build))