install.py

changeset 3510
31d7e522ecb2
parent 3509
bf0673c8f155
child 3515
1b8381afe38f
--- 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