remember to install MIDNAM files for waf install
git-svn-id: svn://localhost/ardour2/branches/3.0@12352 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e47dfc0c1e
commit
95feef6ae4
16
patchfiles/wscript
Normal file
16
patchfiles/wscript
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
|
top = '.'
|
||||||
|
out = 'build'
|
||||||
|
|
||||||
|
def configure(conf):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def build(bld):
|
||||||
|
patchfiles = bld.path.ant_glob ('*.midnam')
|
||||||
|
bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'patchfiles'), patchfiles)
|
||||||
|
|
||||||
|
def options(opt):
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user