Yet another fix for the install script. 5_4_x

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 Apr 2014 17:56:31 +0200
branch
5_4_x
changeset 3514
f694be6063ef
parent 3513
e3fe4823272a
child 3517
e8a685fd7351

Yet another fix for the install script.
(grafted from 31d7e522ecb20fa25c03b8338e48b5c5d8bf0fff)

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