]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - apache-mod_python-Makefile-in.patch
- use DESTDIR when installing python modules
[packages/apache-mod_python.git] / apache-mod_python-Makefile-in.patch
index 5ba74c81b22021f5c9a6da0bb2f9d4b31bd7dfa0..e6e9a64f3c4db596132f67b3b0893f66ffded58d 100644 (file)
@@ -1,12 +1,12 @@
-diff -uNr mod_python-2.7.6.orig/Makefile.in mod_python-2.7.6/Makefile.in
---- mod_python-2.7.6.orig/Makefile.in  Wed Dec  6 04:05:37 2000
-+++ mod_python-2.7.6/Makefile.in       Wed Feb  6 09:38:50 2002
-@@ -119,7 +119,7 @@
+diff -uNr mod_python-2.7.6/Makefile.in mod_python-2.7.6.orig/Makefile.in
++++ mod_python-2.7.6/Makefile.in       Wed Feb  6 09:49:05 2002
+--- mod_python-2.7.6.orig/Makefile.in  Wed Feb  6 09:47:01 2002
+@@ -120,7 +120,7 @@
        do \
        do \
-               $(INSTALL) $$f $(PY_STD_LIB)/site-packages/mod_python; \
+               $(INSTALL) $$f $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python; \
        done
        done
--      python $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python
-+      python $(PY_STD_LIB)/compileall.pyc $(PY_STD_LIB)/site-packages/mod_python
++      python $(PY_STD_LIB)/compileall.pyc $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
+-      python $(PY_STD_LIB)/compileall.py $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
  
  clean:
        cd src && $(MAKE) clean
  
  clean:
        cd src && $(MAKE) clean
This page took 0.036591 seconds and 4 git commands to generate.