Skip to content
Snippets Groups Projects
Commit cf9c63ab authored by Simon Désaulniers's avatar Simon Désaulniers
Browse files

enable python make DESTDIR=$DIR install support

parent 475b2604
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 --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