]> git.pld-linux.org Git - packages/apache-mod_python.git/blame_incremental - apache-mod_python-Makefile-in.patch
- small fix in make install
[packages/apache-mod_python.git] / apache-mod_python-Makefile-in.patch
... / ...
CommitLineData
1diff -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.027599 seconds and 4 git commands to generate.