[Lunar-commits] <moonbase> eric4: Adjusting the BUILD to get around this, else it just hangs;
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Apr 11 04:09:40 CEST 2010
commit 06999d050347ab012f5cef8d7acb5948007ebf3d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Apr 10 22:09:40 2010 -0400
eric4: Adjusting the BUILD to get around this, else it just hangs;
Found PyXML 0.8.4, which needs a patch to work correctly
with foreign characters. Please see 'README-PyXML.txt' for
details.
Shall pyXML be patched now (y/n)?
According to the SFORGE website for PyXML it is no longer maintained, hense
the need for this patch.
---
editors/eric4/BUILD | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/editors/eric4/BUILD b/editors/eric4/BUILD
index ed63442..bbb10b5 100644
--- a/editors/eric4/BUILD
+++ b/editors/eric4/BUILD
@@ -1,10 +1,10 @@
(
- . /etc/profile.d/qt4.rc
- . /etc/profile.d/kde4.rc
+ . /etc/profile.d/qt4.rc &&
+ . /etc/profile.d/kde4.rc &&
- prepare_install &&
sedit "s/usr\/local\/bin/usr\/bin\//" install.py &&
- python install.py
+ prepare_install &&
+ echo "yes" | python install.py
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list