Fix headers of .po files so they conform to the template
[ardour.git] / midi_maps / wscript
index 727f3b6b298f24221a5a46048abe49cdfee54086..ec2e65316a25c0caaf8cb7e98d6dc1f3df1f16a6 100644 (file)
@@ -10,7 +10,7 @@ def configure(conf):
 
 def build(bld):
     maps = bld.path.ant_glob ('*.map')
-    bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'midi_maps'),
+    bld.install_files (os.path.join(bld.env['DATADIR'], 'midi_maps'),
                        maps)
 
 def options(opt):