]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- small fix in install
authormarcus <marcus@pld-linux.org>
Wed, 6 Feb 2002 08:40:03 +0000 (08:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python-Makefile-in.patch -> 1.1

apache-mod_python-Makefile-in.patch [new file with mode: 0644]

diff --git a/apache-mod_python-Makefile-in.patch b/apache-mod_python-Makefile-in.patch
new file mode 100644 (file)
index 0000000..5ba74c8
--- /dev/null
@@ -0,0 +1,12 @@
+diff -uNr mod_python-2.7.6.orig/Makefile.in mod_python-2.7.6/Makefile.in
+--- mod_python-2.7.6.orig/Makefile.in  Wed Dec  6 04:05:37 2000
++++ mod_python-2.7.6/Makefile.in       Wed Feb  6 09:38:50 2002
+@@ -119,7 +119,7 @@
+       do \
+               $(INSTALL) $$f $(PY_STD_LIB)/site-packages/mod_python; \
+       done
+-      python $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python
++      python $(PY_STD_LIB)/compileall.pyc $(PY_STD_LIB)/site-packages/mod_python
+ clean:
+       cd src && $(MAKE) clean
This page took 0.026539 seconds and 4 git commands to generate.