Install the templates properly.
git-svn-id: svn://localhost/trunk/ardour2@35 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
81817543bd
commit
40a3eab989
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user