Fix template install properly.

git-svn-id: svn://localhost/ardour2/branches/3.0@8404 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-01 17:43:53 +00:00
parent b638c3f6b0
commit e5c69387c0
2 changed files with 4 additions and 3 deletions

View File

@ -23,8 +23,8 @@ def build(bld):
for t in templates:
b = os.path.basename(t)
obj = bld.new_task_gen('subst')
obj.source = b
obj.target = b.replace('.in', '')
obj.source = [ b ]
obj.target = [ b.replace('.in', '') ]
obj.dict = subst_dict
obj.install_path = os.path.join(bld.env['DATADIR'], 'ardour3', 'templates')

View File

@ -31,7 +31,8 @@ children = [
'libs/clearlooks-newer',
'libs/audiographer',
'libs/gnomecanvas',
'gtk2_ardour'
'gtk2_ardour',
'templates'
]
i18n_children = [