install: fixed installing from sources.

Wed, 19 Dec 2018 11:06:09 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 19 Dec 2018 11:06:09 +0100
changeset 6640
b7e8d080989e
parent 6639
86f10cfa3653
child 6641
42de1c3e8777

install: fixed installing from sources.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Wed Dec 19 10:59:55 2018 +0100
+++ b/install.py	Wed Dec 19 11:06:09 2018 +0100
@@ -1942,6 +1942,7 @@
     # cleanup source if installing from source
     if installFromSource:
         print("Cleaning up source ...")
+        sourceDir = os.path.dirname(__file__) or "."
         cleanupSource(sourceDir)
         print()
     

eric ide

mercurial