mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Do not install wscript
This commit is contained in:
parent
0d4ea1e61f
commit
a5ec4fa3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ def configure(conf):
|
|||
pass
|
||||
|
||||
def build(bld):
|
||||
maps = bld.path.ant_glob ('*')
|
||||
maps = bld.path.ant_glob ('plugin*')
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'plugin_metadata'),
|
||||
maps)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue