X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=blobdiff_plain;f=apache-mod_python-DESTDIR.patch;h=f59250ce07df24cc05b82c0ec4d49a854fc87fd2;hp=e1ee7dbcea57ae2ebc1ea4fa34880b6499713630;hb=d918d9b65636cb0e4e3bc31a9a8a4a662b259b4c;hpb=cdebbe43f68b5cd6e348e495e4b1bb7e7fb8d700 diff --git a/apache-mod_python-DESTDIR.patch b/apache-mod_python-DESTDIR.patch index e1ee7db..f59250c 100644 --- a/apache-mod_python-DESTDIR.patch +++ b/apache-mod_python-DESTDIR.patch @@ -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