]> git.pld-linux.org Git - packages/eric4.git/commitdiff
- fix for $RPM_BUILD_ROOT/$RPM_BUILD_ROOT bug when -i install.py
authortwittner <twittner@pld-linux.org>
Sun, 2 Mar 2008 19:29:15 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  option is used

Changed files:
    eric4-install.patch -> 1.1

eric4-install.patch [new file with mode: 0644]

diff --git a/eric4-install.patch b/eric4-install.patch
new file mode 100644 (file)
index 0000000..d33f101
--- /dev/null
@@ -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):
This page took 0.03149 seconds and 4 git commands to generate.