summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-10-14 21:39:14 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-10-14 23:34:11 +0200
commit32cb1c4cdde64ea8f2e0a9ff77ae95e9821904de (patch)
tree29369d74e42198cfaaae3aac7539efccb56ac580 /make.tmpl.in
parentaf0ce203e9f78e307bfb9524dc8377ebbc53e8f1 (diff)
downloadlvm2-32cb1c4cdde64ea8f2e0a9ff77ae95e9821904de.tar.gz
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).
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 200ea2e05..1e6393a7b 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -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@