From ba5d60cebe7dd5466f564dc933a36469c7fa28b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Sat, 11 Jun 2016 16:10:52 -0400 Subject: [PATCH] autotools: handle case where DESTDIR is empty --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Makefile.am b/python/Makefile.am index 232aaaac..c854b90a 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -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 -- GitLab