finish unfinished work at basing all install paths on the program name

This commit is contained in:
Paul Davis
2014-04-28 21:11:08 -04:00
parent ff25ebe7d9
commit 058986f77b
34 changed files with 40 additions and 39 deletions

View 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):