Commit f2a1c8ee authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Partially revert a23ab006

The workaround introduced in a23ab006
may cause a problem in certain platform (e.g., MacPorts, see GH-303)
parent a78fcdb7
......@@ -33,8 +33,7 @@ all-local: nghttp2.c
$(PYTHON) setup.py build
install-exec-local:
test -d $(pyexecdir) || mkdir -p $(pyexecdir)
PYTHONUSERBASE=$(DESTDIR)/$(prefix) $(PYTHON) setup.py install --user
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
uninstall-local:
rm -f $(DESTDIR)$(libdir)/python*/site-packages/nghttp2.so
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment