Corrected the install script for the QScintilla 2.6 changes.

Sat, 19 Nov 2011 16:12:20 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 19 Nov 2011 16:12:20 +0100
changeset 1455
f708ac785a89
parent 1454
c32c27988379
child 1456
3f3741021d26

Corrected the install script for the QScintilla 2.6 changes.

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