]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- use DESTDIR when installing python modules
authorwrobell <wrobell@pld-linux.org>
Tue, 7 Oct 2003 23:14:02 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python-python.patch -> 1.1

apache-mod_python-python.patch [new file with mode: 0644]

diff --git a/apache-mod_python-python.patch b/apache-mod_python-python.patch
new file mode 100644 (file)
index 0000000..60b8854
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur mod_python-3.1.0a.orig/dist/Makefile.in mod_python-3.1.0a/dist/Makefile.in
+--- mod_python-3.1.0a.orig/dist/Makefile.in    Fri Jun 13 04:52:03 2003
++++ mod_python-3.1.0a/dist/Makefile.in Wed Oct  8 01:16:59 2003
+@@ -73,7 +73,7 @@
+ # this may require root privilidges
+ install_py_lib: mod_python src
+       @cd src; $(MAKE) psp_parser.c
+-      $(PYTHON_BIN) setup.py install --optimize 2 --force; \
++      $(PYTHON_BIN) setup.py install --optimize 2 --root=$(DESTDIR); \
+ mod_python.so:
+       @echo "Please place a WIN32 compiled mod_python.so in this directory"
This page took 0.123442 seconds and 4 git commands to generate.