Date: Wednesday, February 9, 2011 @ 12:09:31
  Author: eric
Revision: 109432

upgpkg: eric 4.4.12-2
Fixed eric4.pth (close FS#22823)

Modified:
  eric/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-02-09 16:11:14 UTC (rev 109431)
+++ PKGBUILD    2011-02-09 17:09:31 UTC (rev 109432)
@@ -4,7 +4,7 @@
 
 pkgname=eric
 pkgver=4.4.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured Python and Ruby IDE in PyQt4"
 arch=('any')
 url="http://eric-ide.python-projects.org/index.html";
@@ -29,6 +29,8 @@
 
        python2 install.py -c -b /usr/bin -i "${pkgdir}"
 
+       sed -i 's/; /\n/' "${pkgdir}/usr/lib/python2.7/site-packages/eric4.pth"
+
        install -D -m644 "${srcdir}/eric.desktop" \
                "${pkgdir}/usr/share/applications/eric.desktop"
        install -D -m644 eric/icons/default/eric.png \

Reply via email to