]> git.pld-linux.org Git - packages/apache-mod_python.git/blob - apache-mod_python-no-compile.patch
- updated to 3.0.3
[packages/apache-mod_python.git] / apache-mod_python-no-compile.patch
1 diff -Nur mod_python-3.0.1.orig/Makefile.in mod_python-3.0.1/Makefile.in
2 --- mod_python-3.0.1.orig/Makefile.in   Thu Feb 27 09:55:00 2003
3 +++ mod_python-3.0.1/Makefile.in        Thu Feb 27 09:59:39 2003
4 @@ -108,8 +108,6 @@
5         do \
6                 $(INSTALL) $$f $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python; \
7         done
8 -       ${PYTHON_BIN} $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python
9 -       ${PYTHON_BIN} -O $(PY_STD_LIB)/compileall.py $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
10  
11  clean:
12         cd src && $(MAKE) clean
This page took 0.027548 seconds and 4 git commands to generate.