mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
makefiles: use proper install prefix for python dbus
For non-standard prefix dir use correct installation path (so the python files are not installed into user's system).
This commit is contained in:
parent
af0ce203e9
commit
32cb1c4cdd
@ -121,7 +121,7 @@ systemd_generator_dir = $(DESTDIR)$(SYSTEMD_GENERATOR_DIR)
|
||||
systemd_dir = $(DESTDIR)@systemdutildir@
|
||||
tmpfiles_dir = $(DESTDIR)@tmpfilesdir@
|
||||
ocf_scriptdir = $(DESTDIR)@OCFDIR@
|
||||
pythonprefix = $(DESTDIR)$(prefix)
|
||||
PYTHON_PREFIX = $(DESTDIR)$(prefix)
|
||||
|
||||
# N.B. No $(DESTDIR) prefix here.
|
||||
python2dir = @PYTHON2DIR@
|
||||
|
Loading…
Reference in New Issue
Block a user