Do not install wscript
This commit is contained in:
parent
0d4ea1e61f
commit
a5ec4fa3ac
@ -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…
Reference in New Issue
Block a user