From 85b436642baa4b957f70cf7e94355ee328fc8c02 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 6 Sep 2022 16:09:39 +0200 Subject: [PATCH] python: variable without destdir PYTHON_PREFIX without $(DESTDIR) --- make.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.tmpl.in b/make.tmpl.in index cccda10d6..427fee596 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -128,7 +128,7 @@ systemd_generator_dir = $(DESTDIR)$(SYSTEMD_GENERATOR_DIR) systemd_dir = $(DESTDIR)@systemdutildir@ tmpfiles_dir = $(DESTDIR)@tmpfilesdir@ ocf_scriptdir = $(DESTDIR)@OCFDIR@ -PYTHON_PREFIX = $(DESTDIR)$(prefix) +PYTHON_PREFIX = $(prefix) # N.B. No $(DESTDIR) prefix here. python2dir = @PYTHON2DIR@ -- 2.43.5