mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
finish unfinished work at basing all install paths on the program name
Conflicts: libs/backends/jack/wscript libs/backends/wavesaudio/wscript libs/canvas/wscript wscript
This commit is contained in:
parent
64a40a7bab
commit
937c0764be
34 changed files with 120 additions and 39 deletions
|
|
@ -35,7 +35,7 @@ def build(bld):
|
|||
name = 'template',
|
||||
source = [ t ],
|
||||
target = [ os.path.join(dir_name, file_name) ],
|
||||
install_path = os.path.join(bld.env['DATADIR'], 'ardour3', os.path.join('templates', dir_name)))
|
||||
install_path = os.path.join(bld.env['DATADIR'], os.path.join('templates', dir_name)))
|
||||
|
||||
def options(opt):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue