From e5c69387c0cdfae2f5853c941198490b2b95c80e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 1 Jan 2011 17:43:53 +0000 Subject: [PATCH] Fix template install properly. git-svn-id: svn://localhost/ardour2/branches/3.0@8404 d708f5d6-7413-0410-9779-e7cbd77b26cf --- templates/wscript | 4 ++-- wscript | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/wscript b/templates/wscript index 028eb98e4b..c6312c8411 100644 --- a/templates/wscript +++ b/templates/wscript @@ -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') diff --git a/wscript b/wscript index d6c725a3dd..bf1a1024da 100644 --- a/wscript +++ b/wscript @@ -31,7 +31,8 @@ children = [ 'libs/clearlooks-newer', 'libs/audiographer', 'libs/gnomecanvas', - 'gtk2_ardour' + 'gtk2_ardour', + 'templates' ] i18n_children = [