X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=patchfiles%2Fwscript;h=ea54532e1326d62c74db9218f04560f0c6026dd2;hb=21f5f434c6e2a70f79c25416cfb85cfa5a375f76;hp=3b852974c3918aa0f3a9e2d297671437a5f6b9b0;hpb=95feef6ae4f9f14f05b1becfdf305acbe74171b7;p=ardour.git diff --git a/patchfiles/wscript b/patchfiles/wscript index 3b852974c3..ea54532e13 100644 --- a/patchfiles/wscript +++ b/patchfiles/wscript @@ -10,7 +10,7 @@ def configure(conf): def build(bld): patchfiles = bld.path.ant_glob ('*.midnam') - bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'patchfiles'), patchfiles) + bld.install_files (os.path.join(bld.env['DATADIR'], 'patchfiles'), patchfiles) def options(opt): pass