summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-09-06 16:09:39 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2022-09-07 14:58:01 +0200
commit85b436642baa4b957f70cf7e94355ee328fc8c02 (patch)
tree292a80ed4d43ec44c3df5e2a27063ce4df790e34 /make.tmpl.in
parente757965222607a21a240139d1696780c389b798d (diff)
downloadlvm2-85b436642baa4b957f70cf7e94355ee328fc8c02.tar.gz
python: variable without destdir
PYTHON_PREFIX without $(DESTDIR)
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 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@