From 40a3eab98928c4681ac7b8671e943b860fbd4ccb Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Mon, 26 Sep 2005 02:04:36 +0000 Subject: Install the templates properly. git-svn-id: svn://localhost/trunk/ardour2@35 d708f5d6-7413-0410-9779-e7cbd77b26cf --- templates/SConscript | 4 ++-- 1 file 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)) -- cgit v1.2.3