1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-28 02:50:41 +03:00

python: fix Makefile installation path

Use --prefix rather than --root.
(Needs more thorough investigation, but this seems to avoid /usr/usr
paths.)
This commit is contained in:
Alasdair G Kergon 2013-07-24 21:52:39 +01:00
parent f5a205668b
commit 462df8d89d

View File

@ -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