finish unfinished work at basing all install paths on the program name
[ardour.git] / export / wscript
index 2dce68a01bdcb197b8cff48e3b760962f488d71a..23a070f61dc47c0b3baddcfcc5d5c95597804f7f 100644 (file)
@@ -11,7 +11,7 @@ def configure(conf):
 def build(bld):
     presets = bld.path.ant_glob ('*.preset')
     formats = bld.path.ant_glob ('*.format')
-    bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'export'),
+    bld.install_files (os.path.join(bld.env['DATADIR'], 'export'),
                       presets + formats)
 
 def options(opt):