From b614dadf7ed9dbf80bb41ad7fc63e7a2c930f906 Mon Sep 17 00:00:00 2001 From: twittner Date: Sun, 2 Mar 2008 19:29:15 +0000 Subject: [PATCH] - fix for $RPM_BUILD_ROOT/$RPM_BUILD_ROOT bug when -i install.py option is used Changed files: eric4-install.patch -> 1.1 --- eric4-install.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 eric4-install.patch diff --git a/eric4-install.patch b/eric4-install.patch new file mode 100644 index 0000000..d33f101 --- /dev/null +++ b/eric4-install.patch @@ -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): -- 2.43.0