X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=templates%2Fwscript;fp=templates%2Fwscript;h=3ea6c4a1e5c0cbb456f5e7b334446ee98e33578a;hb=058986f77b25685fe871bf5459da3f9c4ea03b5a;hp=8dff100d1a0998b28ecba28fdc2a69f2dec4a1b1;hpb=ff25ebe7d96d73f28ec439ba294dd87f877baaf4;p=ardour.git diff --git a/templates/wscript b/templates/wscript index 8dff100d1a..3ea6c4a1e5 100644 --- a/templates/wscript +++ b/templates/wscript @@ -35,7 +35,7 @@ def build(bld): name = 'template', source = [ t ], target = [ os.path.join(dir_name, file_name) ], - install_path = os.path.join(bld.env['DATADIR'], 'ardour3', os.path.join('templates', dir_name))) + install_path = os.path.join(bld.env['DATADIR'], os.path.join('templates', dir_name))) def options(opt): pass