mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +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
|
|
@ -11,8 +11,8 @@ def configure(conf):
|
|||
def build(bld):
|
||||
devinfo = bld.path.ant_glob ('*.device')
|
||||
profiles = bld.path.ant_glob ('*.profile')
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'mcp'), devinfo)
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'mcp'), profiles)
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'mcp'), devinfo)
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'mcp'), profiles)
|
||||
|
||||
def options(opt):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue