]> git.pld-linux.org Git - packages/childsplay.git/commitdiff
- childsplay install fix (by robert.tomasik)
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 18 Jan 2006 20:59:02 +0000 (20:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    childsplay-install.patch -> 1.1

childsplay-install.patch [new file with mode: 0644]

diff --git a/childsplay-install.patch b/childsplay-install.patch
new file mode 100644 (file)
index 0000000..6d3d543
--- /dev/null
@@ -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':
This page took 0.111926 seconds and 4 git commands to generate.