]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- updated for mod_python 3.0.1
authorwrobell <wrobell@pld-linux.org>
Thu, 27 Feb 2003 18:20:02 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python-DESTDIR.patch -> 1.2

apache-mod_python-DESTDIR.patch

index e1ee7dbcea57ae2ebc1ea4fa34880b6499713630..f59250ce07df24cc05b82c0ec4d49a854fc87fd2 100644 (file)
@@ -1,6 +1,7 @@
---- mod_python-2.6.4/Makefile.in.wiget Tue Dec 12 19:23:28 2000
-+++ mod_python-2.6.4/Makefile.in       Tue Dec 12 19:25:51 2000
-@@ -90,7 +90,8 @@
+diff -Nur mod_python-3.0.1.orig/Makefile.in mod_python-3.0.1/Makefile.in
+--- mod_python-3.0.1.orig/Makefile.in  Fri Nov  8 01:15:10 2002
++++ mod_python-3.0.1/Makefile.in       Thu Feb 27 09:48:44 2003
+@@ -92,7 +92,8 @@
        @echo
        @echo "Performing DSO installation."
        @echo
@@ -10,7 +11,7 @@
        @$(MAKE) install_py_lib
        @echo
        @echo "Now don't forget to edit your main config and add"
-@@ -123,12 +124,12 @@
+@@ -102,13 +103,13 @@
        @echo
  
  install_py_lib:
@@ -21,8 +22,9 @@
 -              $(INSTALL) $$f $(PY_STD_LIB)/site-packages/mod_python; \
 +              $(INSTALL) $$f $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python; \
        done
--      python $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python
-+      python $(PY_STD_LIB)/compileall.py $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
+       ${PYTHON_BIN} $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python
+-      ${PYTHON_BIN} -O $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python
++      ${PYTHON_BIN} -O $(PY_STD_LIB)/compileall.py $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
  
  clean:
        cd src && $(MAKE) clean
This page took 0.037055 seconds and 4 git commands to generate.