]> git.pld-linux.org Git - packages/nghttp2.git/blob - nghttp2-python.patch
- updated to 1.50.0
[packages/nghttp2.git] / nghttp2-python.patch
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.148531 seconds and 3 git commands to generate.