From: twittner Date: Sun, 2 Mar 2008 19:29:15 +0000 (+0000) Subject: - fix for $RPM_BUILD_ROOT/$RPM_BUILD_ROOT bug when -i install.py X-Git-Tag: auto/ac/eric4-4_1_1-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Feric4.git;a=commitdiff_plain;h=b614dadf7ed9dbf80bb41ad7fc63e7a2c930f906 - fix for $RPM_BUILD_ROOT/$RPM_BUILD_ROOT bug when -i install.py option is used Changed files: eric4-install.patch -> 1.1 --- 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):