patch from brian to get consistent menu behaviour
[ardour.git] / templates / SConscript
index 2ec3442f48c4c8bec65150fcabaf40736627d253..7fa556530b1e083a53a84211d33ed5ef484bf117 100644 (file)
@@ -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_files))
-env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_files))
+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))