Install the templates properly.

git-svn-id: svn://localhost/trunk/ardour2@35 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2005-09-26 02:04:36 +00:00
parent 81817543bd
commit 40a3eab989

View 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/ardour/templates'), template_build))
env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_build))