]> git.pld-linux.org Git - packages/apache-mod_python.git/blob - apache-mod_python-Makefile-in.patch
- small fix in install
[packages/apache-mod_python.git] / apache-mod_python-Makefile-in.patch
1 diff -uNr mod_python-2.7.6.orig/Makefile.in mod_python-2.7.6/Makefile.in
2 --- mod_python-2.7.6.orig/Makefile.in   Wed Dec  6 04:05:37 2000
3 +++ mod_python-2.7.6/Makefile.in        Wed Feb  6 09:38:50 2002
4 @@ -119,7 +119,7 @@
5         do \
6                 $(INSTALL) $$f $(PY_STD_LIB)/site-packages/mod_python; \
7         done
8 -       python $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python
9 +       python $(PY_STD_LIB)/compileall.pyc $(PY_STD_LIB)/site-packages/mod_python
10  
11  clean:
12         cd src && $(MAKE) clean
This page took 0.028973 seconds and 4 git commands to generate.