]> git.pld-linux.org Git - packages/apache-mod_python.git/blob - apache-mod_python-Makefile-in.patch
- update apr breq
[packages/apache-mod_python.git] / apache-mod_python-Makefile-in.patch
1 diff -uNr mod_python-2.7.6/Makefile.in mod_python-2.7.6.orig/Makefile.in
2 +++ mod_python-2.7.6/Makefile.in        Wed Feb  6 09:49:05 2002
3 --- mod_python-2.7.6.orig/Makefile.in   Wed Feb  6 09:47:01 2002
4 @@ -120,7 +120,7 @@
5         do \
6                 $(INSTALL) $$f $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python; \
7         done
8 +       python $(PY_STD_LIB)/compileall.pyc $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
9 -       python $(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.021601 seconds and 3 git commands to generate.