mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue