Author: jajcus Date: Wed Jan 18 20:59:08 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - childsplay install fix (by robert.tomasik)
---- Files affected: SOURCES: childsplay-install.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/childsplay-install.patch diff -u /dev/null SOURCES/childsplay-install.patch:1.1 --- /dev/null Wed Jan 18 21:59:08 2006 +++ SOURCES/childsplay-install.patch Wed Jan 18 21:59:02 2006 @@ -0,0 +1,11 @@ +--- childsplay-0.81.1/install.py 2005-11-13 13:46:03.000000000 +0100 ++++ childsplay-0.81.1/install.py 2006-01-18 20:42:52.000000000 +0100 +@@ -52,7 +52,7 @@ + if len(sys.argv) == 3: + if sys.argv[1] == '--compile': + try: +- compileall.compile_dir(sys.argv[2],quiet=1) ++ compileall.compile_dir(sys.argv[2]) + except TypeError: + compileall.compile_dir(sys.argv[2]) + elif sys.argv[1] == '--checkversion': ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
