]> sourceware.org Git - lvm2.git/commitdiff
makefiles: use proper install prefix for python dbus
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 14 Oct 2021 19:39:14 +0000 (21:39 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 14 Oct 2021 21:34:11 +0000 (23:34 +0200)
For non-standard prefix dir use correct installation path
(so the python files are not installed into user's system).

make.tmpl.in

index 200ea2e05f30949f196557814f17550032727fbd..1e6393a7b8b78263abe05e7531042d8dc9776e5f 100644 (file)
@@ -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@
This page took 0.033463 seconds and 5 git commands to generate.