]> git.pld-linux.org Git - packages/apache-mod_python.git/blame - apache-mod_python-Makefile-in.patch
- no EAPI in apache2 (it was apache1 extension)
[packages/apache-mod_python.git] / apache-mod_python-Makefile-in.patch
CommitLineData
d2234086 1diff -uNr mod_python-2.7.6/Makefile.in mod_python-2.7.6.orig/Makefile.in
ebdee903 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
d2234086 4@@ -120,7 +120,7 @@
c5293edd 5 do \
d2234086 6 $(INSTALL) $$f $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python; \
c5293edd 7 done
ebdee903 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
c5293edd 10
11 clean:
12 cd src && $(MAKE) clean
This page took 0.027594 seconds and 4 git commands to generate.