[Lunar-commits] <moonbase> PyQt4: Fixing the license prompt. It may appear to be stuck, but it is not.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Sep 3 11:56:02 CEST 2009


commit c4bf348854a6a95255ac8eb7f19a1685bbbbf1f2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Sep 3 05:56:02 2009 -0400

    PyQt4: Fixing the license prompt. It may appear to be stuck, but it is not.
    
    It is busy extracting the tarball.
---
 python/PyQt4/BUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/PyQt4/BUILD b/python/PyQt4/BUILD
index ebb6422..9aa2735 100644
--- a/python/PyQt4/BUILD
+++ b/python/PyQt4/BUILD
@@ -2,9 +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