chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f12a58
)
Correction to previous commit
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 3 Mar 2011 23:39:12 +0000
(23:39 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 3 Mar 2011 23:39:12 +0000
(23:39 +0000)
build.py
patch
|
blob
|
history
diff --git
a/build.py
b/build.py
index fc5df048b71deb40b63e12c4bf62f8903c069ca6..23bf9da5574ff0dfd4f2b82533ff9a8c2c6be17c 100755
(executable)
--- 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'):