install.py

branch
5_4_x
changeset 3514
f694be6063ef
parent 3513
e3fe4823272a
child 3543
be1eb4e203c0
diff -r e3fe4823272a -r f694be6063ef install.py
--- a/install.py	Sun Apr 13 17:40:51 2014 +0200
+++ b/install.py	Sun Apr 13 17:56:31 2014 +0200
@@ -679,8 +679,8 @@
             macAppBundlePath, macAppBundleName)
     }
     os.makedirs(dirs["contents"])
-    os.mkdirs(dirs["exe"])
-    os.mkdirs(dirs["icns"])
+    os.makedirs(dirs["exe"])
+    os.makedirs(dirs["icns"])
     
     if macAppBundleName == defaultMacAppBundleName:
         starter = os.path.join(dirs["exe"], "eric")

eric ide

mercurial