]> sourceware.org Git - lvm2.git/commitdiff
python: variable without destdir
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 6 Sep 2022 14:09:39 +0000 (16:09 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 7 Sep 2022 12:58:01 +0000 (14:58 +0200)
PYTHON_PREFIX without $(DESTDIR)

make.tmpl.in

index cccda10d6f1045ee828ed41bf389334d63c160da..427fee5965d832ed789fb16a08a21e463ee0d6b2 100644 (file)
@@ -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@
This page took 0.032083 seconds and 5 git commands to generate.