From 32cb1c4cdde64ea8f2e0a9ff77ae95e9821904de Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 14 Oct 2021 21:39:14 +0200 Subject: 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). --- make.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make.tmpl.in') 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@ -- cgit v1.2.1