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:
9cf282f
)
Ensure repo directory is created in new setup
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 27 Sep 2012 12:16:52 +0000
(13:16 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 27 Sep 2012 12:16:52 +0000
(13:16 +0100)
fdroidserver/update.py
patch
|
blob
|
history
diff --git
a/fdroidserver/update.py
b/fdroidserver/update.py
index 548060593e95acc47572f87c40b5d75c952f6e1c..3d9e616221a38a725c3745368dc16823c229b3eb 100644
(file)
--- a/
fdroidserver/update.py
+++ b/
fdroidserver/update.py
@@
-210,7
+210,7
@@
def main():
if options.clean and os.path.exists(icon_dir):
shutil.rmtree(icon_dir)
if not os.path.exists(icon_dir):
- os.m
kdir
(icon_dir)
+ os.m
akedirs
(icon_dir)
warnings = 0