Skip to content
Snippets Groups Projects
Unverified Commit ba5d60ce authored by Adrien Béraud's avatar Adrien Béraud Committed by Simon Désaulniers
Browse files

autotools: handle case where DESTDIR is empty

parent 0dc15804
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ clean-local:
rm -rf $(builddir)/build $(builddir)/*.so $(PYTHON_INSTALL_RECORD)
install-exec-local:
$(PYTHON) setup.py install --root=$(DESTDIR) --record $(PYTHON_INSTALL_RECORD)
$(PYTHON) setup.py install --root=$(DESTDIR)/ --record $(PYTHON_INSTALL_RECORD)
rm -rf $(builddir)/build
if HAVE_PIP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment