summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-09-26 02:04:36 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-09-26 02:04:36 +0000
commit40a3eab98928c4681ac7b8671e943b860fbd4ccb (patch)
treece5c8c2b8c0c2644229d0679741ff2cb73063c4c /templates
parent81817543bd800726bbefe036f4c8009b28190413 (diff)
Install the templates properly.
git-svn-id: svn://localhost/trunk/ardour2@35 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'templates')
-rw-r--r--templates/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/SConscript b/templates/SConscript
index 2ec3442f48..b5410ad7a5 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_files))
-env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_files))
+env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour/templates'), template_build))
+env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_build))