biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / servers / http / apache-modules / mod_python / install.patch
blob29667e11ed8e747e21ffa9c440e86a7a9f3b10d0
1 diff -ru -x '*~' mod_python-3.5.0-orig/dist/Makefile.in mod_python-3.5.0/dist/Makefile.in
2 --- mod_python-3.5.0-orig/dist/Makefile.in 2013-11-12 04:21:34.000000000 +0100
3 +++ mod_python-3.5.0/dist/Makefile.in 2014-11-07 11:28:24.466377733 +0100
4 @@ -34,7 +34,7 @@
5 install_py_lib: mod_python src
6 @cd src; $(MAKE) psp_parser.c
7 if test -z "$(DESTDIR)" ; then \
8 - $(PYTHON_BIN) setup.py install --optimize 2 --force ; \
9 + $(PYTHON_BIN) setup.py install --optimize 2 --force --prefix $(out) ; \
10 else \
11 $(PYTHON_BIN) setup.py install --optimize 2 --force --root $(DESTDIR) ; \