Partially revert a23ab00686

The workaround introduced in a23ab00686
may cause a problem in certain platform (e.g., MacPorts, see GH-303)
This commit is contained in:
Tatsuhiro Tsujikawa 2015-07-19 16:11:42 +09:00
parent a78fcdb7bf
commit f2a1c8ee60
1 changed files with 1 additions and 2 deletions

View File

@ -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