mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
finish unfinished work at basing all install paths on the program name
This commit is contained in:
parent
ff25ebe7d9
commit
058986f77b
34 changed files with 40 additions and 39 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue