Fixed install script. 6_0_x

Thu, 08 Jan 2015 18:48:52 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 08 Jan 2015 18:48:52 +0100
branch
6_0_x
changeset 4034
bcee35dbbce0
parent 4032
cca03ed87a9c
child 4036
076a2e6332dc

Fixed install script.
(grafted from 46084f695e10fcede2b9d7e869f92242f962dfb2)

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Mon Jan 05 16:16:04 2015 +0100
+++ b/install.py	Thu Jan 08 18:48:52 2015 +0100
@@ -644,7 +644,8 @@
         copyTree(
             sourceDir, cfg['ericDir'],
             ['*.py', '*.pyc', '*.pyo', '*.pyw'],
-            ['{1}{0}Examples'.format(os.sep, sourceDir)],
+            ['{1}{0}Examples'.format(os.sep, sourceDir),
+             '{1}{0}.ropeproject'.format(os.sep, sourceDir)],
             excludePatterns=["eric6config.py*"])
         copyTree(
             sourceDir, cfg['ericDir'], ['*.rb'],

eric ide

mercurial