]> git.pld-linux.org Git - packages/eric4.git/blob - eric4-install.patch
- fix for $RPM_BUILD_ROOT/$RPM_BUILD_ROOT bug when -i install.py
[packages/eric4.git] / eric4-install.patch
1 --- eric4-4.1.1/install.py.bak  2008-03-01 12:46:17.000000000 +0100
2 +++ eric4-4.1.1/install.py      2008-03-02 19:46:02.000000000 +0100
3 @@ -185,7 +185,7 @@
4      
5      pdir = os.path.join(cfg['mdir'], "eric4plugins")
6      if distDir:
7 -        pdir = distDir + pdir
8 +        pass 
9      fname = os.path.join(pdir, "__init__.py")
10      if not os.path.exists(fname):
11          if not os.path.exists(pdir):
This page took 0.032648 seconds and 3 git commands to generate.