1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-06 11:00:13 +02:00

Correction to previous commit

This commit is contained in:
Ciaran Gultnieks 2011-03-03 23:39:12 +00:00
parent 6f12a58a44
commit db579a4eba

View File

@ -192,7 +192,7 @@ for app in apps:
sys.exit(1)
# Generate (or update) the ant build file, build.xml...
if thisbuild.get('update', 'yes') != 'yes':
if thisbuild.get('update', 'yes') == 'yes':
parms = ['android','update','project','-p','.']
parms.append('--subprojects')
if thisbuild.has_key('target'):