install.py

changeset 1455
f708ac785a89
parent 1410
299cf3b5cda0
child 1474
1eaec11a0078
--- a/install.py	Sat Nov 19 15:49:05 2011 +0100
+++ b/install.py	Sat Nov 19 16:12:20 2011 +0100
@@ -477,7 +477,7 @@
             print("Could not install '{1}'.".format(name))
    
     # copy some more stuff
-    for name in ['default.e4k']:
+    for name in ['default.e4k', 'default_Mac.e4k']:
         try:
             shutil.copy('{2}{0}{1}'.format(os.sep, name, sourceDir), cfg['ericOthersDir'])
         except EnvironmentError:

eric ide

mercurial