]> git.pld-linux.org Git - packages/nghttp2.git/blame - nghttp2-python.patch
up to 1.48.0
[packages/nghttp2.git] / nghttp2-python.patch
CommitLineData
7a45bd4f
JB
1--- nghttp2-1.3.0/python/Makefile.am.orig 2015-08-30 12:02:56.000000000 +0200
2+++ nghttp2-1.3.0/python/Makefile.am 2015-09-06 20:09:36.208853530 +0200
3@@ -33,7 +33,7 @@
4 $(PYTHON) setup.py build
5
6 install-exec-local:
7- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
8+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
9
10 uninstall-local:
11 rm -f $(DESTDIR)$(libdir)/python*/site-packages/nghttp2.so
This page took 0.059753 seconds and 4 git commands to generate.