SOURCES: eric4-install.patch (NEW) - fix for $RPM_BUILD_ROOT/$RPM_...

twittner twittner at pld-linux.org
Sun Mar 2 20:29:20 CET 2008


Author: twittner                     Date: Sun Mar  2 19:29:20 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for $RPM_BUILD_ROOT/$RPM_BUILD_ROOT bug when -i install.py
  option is used

---- Files affected:
SOURCES:
   eric4-install.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/eric4-install.patch
diff -u /dev/null SOURCES/eric4-install.patch:1.1
--- /dev/null	Sun Mar  2 20:29:20 2008
+++ SOURCES/eric4-install.patch	Sun Mar  2 20:29:15 2008
@@ -0,0 +1,11 @@
+--- eric4-4.1.1/install.py.bak	2008-03-01 12:46:17.000000000 +0100
++++ eric4-4.1.1/install.py	2008-03-02 19:46:02.000000000 +0100
+@@ -185,7 +185,7 @@
+     
+     pdir = os.path.join(cfg['mdir'], "eric4plugins")
+     if distDir:
+-        pdir = distDir + pdir
++        pass 
+     fname = os.path.join(pdir, "__init__.py")
+     if not os.path.exists(fname):
+         if not os.path.exists(pdir):
================================================================


More information about the pld-cvs-commit mailing list