summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.in b/python/Makefile.in
index fd529b823..c9572d8fd 100644
--- a/python/Makefile.in
+++ b/python/Makefile.in
@@ -27,7 +27,7 @@ liblvm_python.c:
include $(top_builddir)/make.tmpl
install_python_bindings: python_bindings
- $(PYTHON) setup.py install --skip-build --root $(DESTDIR)$(prefix)
+ $(PYTHON) setup.py install --skip-build --prefix $(prefix)
install_lvm2: install_python_bindings