1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

python: variable without destdir

PYTHON_PREFIX without $(DESTDIR)
This commit is contained in:
Zdenek Kabelac 2022-09-06 16:09:39 +02:00
parent e757965222
commit 85b436642b

View 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@