c&p debug
[ardour.git] / templates / wscript
index 028eb98e4b72174d4e456586a0748eae9c1f3074..c6312c84113749eafab1698a9db5235537d1e290 100644 (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')