From: Ciaran Gultnieks Date: Thu, 3 Mar 2011 23:39:12 +0000 (+0000) Subject: Correction to previous commit X-Git-Tag: 0.1~1444 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=db579a4eba8b62a2232f65797047f2978a2131c4;p=fdroidserver.git Correction to previous commit --- diff --git a/build.py b/build.py index fc5df048..23bf9da5 100755 --- a/build.py +++ b/build.py @@ -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'):