Skip to content
Snippets Groups Projects
Commit 8e5f12db authored by Adrien Béraud's avatar Adrien Béraud
Browse files

autotools: handle case where DESTDIR is empty

parent 5bcf1da5
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment