[Lunar-commits] <moonbase> PyQt4: Don't have time atm to check into this, but that echo line causes
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Aug 5 19:11:03 CEST 2009
commit ea2e0f3983a60a32331722c0b45d3977f7eecea1
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Aug 5 13:11:03 2009 -0400
PyQt4: Don't have time atm to check into this, but that echo line causes
repeating lines of "y". For now do it the manual way, unless some one else
cares to investigate.
---
python/PyQt4/BUILD | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/python/PyQt4/BUILD b/python/PyQt4/BUILD
index f3f16e1..ebb6422 100644
--- a/python/PyQt4/BUILD
+++ b/python/PyQt4/BUILD
@@ -2,7 +2,9 @@
. /etc/profile.d/qt4.rc
- echo "yes" | MORE="20000000" python ./configure.py $OPTS &&
+# echo "yes" | MORE="20000000"
+
+ python ./configure.py $OPTS &&
default_make &&
mkdir -p /usr/share/$MODULE &&
cp -Rf examples /usr/share/$MODULE
More information about the Lunar-commits
mailing list