Make the 'update' flag a list too

This commit is contained in:
Daniel Martí 2014-02-17 13:07:13 +01:00
parent f894ac3b29
commit 0ecd5172b1
3 changed files with 12 additions and 12 deletions

View file

@ -452,7 +452,7 @@ def metafieldtype(name):
def flagtype(name):
if name in ['extlibs', 'srclibs', 'patch', 'rm', 'buildjni',
'scanignore', 'scandelete']:
'update', 'scanignore', 'scandelete']:
return 'list'
if name in ['init', 'prebuild', 'build']:
return 'script'