Yet another fix for the install script.

Sun, 13 Apr 2014 17:56:31 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 Apr 2014 17:56:31 +0200
changeset 3510
31d7e522ecb2
parent 3509
bf0673c8f155
child 3515
1b8381afe38f
child 3516
4992e89def32

Yet another fix for the install script.

install.py file | annotate | diff | comparison | revisions
--- 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