]> git.pld-linux.org Git - packages/apache-mod_python.git/blame_incremental - apache-mod_python-Makefile-in.patch
- patch fron mod_python cvs resources (stolen from rawhide).
[packages/apache-mod_python.git] / apache-mod_python-Makefile-in.patch
... / ...
CommitLineData
1diff -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.108245 seconds and 4 git commands to generate.