[Lunar-commits] r26533 - moonbase/trunk/python/pygame

Auke Kok sofar at lunar-linux.org
Wed Oct 31 22:09:12 CET 2007


Author: sofar
Date: 2007-10-31 22:09:12 +0100 (Wed, 31 Oct 2007)
New Revision: 26533

Modified:
   moonbase/trunk/python/pygame/BUILD
   moonbase/trunk/python/pygame/DETAILS
Log:
inserted a pipe to automate an interactive question breaking
the automated compiling process


From:  me at v4hn.de


Modified: moonbase/trunk/python/pygame/BUILD
===================================================================
--- moonbase/trunk/python/pygame/BUILD	2007-10-31 21:09:03 UTC (rev 26532)
+++ moonbase/trunk/python/pygame/BUILD	2007-10-31 21:09:12 UTC (rev 26533)
@@ -1,6 +1,6 @@
 (
 
- python setup.py build  &&
+ echo Y | python setup.py build  &&
  prepare_install        &&
  python setup.py install
 

Modified: moonbase/trunk/python/pygame/DETAILS
===================================================================
--- moonbase/trunk/python/pygame/DETAILS	2007-10-31 21:09:03 UTC (rev 26532)
+++ moonbase/trunk/python/pygame/DETAILS	2007-10-31 21:09:12 UTC (rev 26533)
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:cf6940e3ec4f48930ef8e4600c6decfa13ebbbea
         WEB_SITE=http://www.pygame.org
          ENTERED=20030906
-         UPDATED=20060824
+         UPDATED=20071031
            SHORT="set of Python modules designed for writing games."
 
 cat << EOF



More information about the Lunar-commits mailing list