summaryrefslogtreecommitdiff
path: root/templates/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'templates/SConscript')
-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))