mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +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
|
|
@ -51,7 +51,7 @@ def build(bld):
|
|||
obj.source = 'scanner.wine'
|
||||
obj.target = 'ardour-vst-scanner'
|
||||
obj.chmod = Utils.O755
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3/fst')
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'fst')
|
||||
obj.dict = {
|
||||
'VERSION' : bld.env['VERSION'],
|
||||
}
|
||||
|
|
@ -83,4 +83,4 @@ def build(bld):
|
|||
'VST_SCANNER_APP',
|
||||
'PACKAGE="' + I18N_PACKAGE + '"',
|
||||
]
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3/fst')
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'fst')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue