Sun, 13 Apr 2014 17:56:31 +0200
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")