finish unfinished work at basing all install paths on the program name
This commit is contained in:
@@ -10,7 +10,7 @@ def configure(conf):
|
||||
|
||||
def build(bld):
|
||||
patchfiles = bld.path.ant_glob ('*.midnam')
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'patchfiles'), patchfiles)
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'patchfiles'), patchfiles)
|
||||
|
||||
def options(opt):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user