summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-10-20 07:23:12 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-10-20 07:23:12 -0400
commite4334416bc7f222a0bf1ca817892a43220da6fca (patch)
tree89bad097c087b6f59846370b3f2439825ae05d53 /configure
parent254289e4d03046dbc0c9efb31cbf4d97639b44e9 (diff)
downloadhtml5ks-master.tar.xz
html5ks-master.zip
fix misc stuffHEADmaster
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 49abf9f..93a8076 100755
--- a/configure
+++ b/configure
@@ -164,7 +164,7 @@ if __name__ == "__main__":
f.write(''.join('%s := %s\n' % (k, list2cmdline(cmds[k])) for k in cmds))
stderr.write("Making various directories\n")
- os.mkdir("www/json")
+ if not os.path.isdir("www/json"): os.mkdir("www/json")
if len(warnings):
stderr.write("Warnings during configuration:\n")