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

make: Fix build in chroot

When building in a buildroot, must create libexec directory explicitly.
This commit is contained in:
Marian Csontos 2022-09-20 15:56:13 +02:00
parent 178564317a
commit a0fc61177e

View File

@ -57,6 +57,7 @@ install_device-mapper: $(DM_SCRIPTS:.sh=_install)
install_ocf: $(OCF_SCRIPTS:.ocf=_install)
install_libexec:
$(Q) $(INSTALL_DIR) $(libexecdir)
$(Q) $(INSTALL_SCRIPT) lvresize_fs_helper.sh $(libexecdir)/lvresize_fs_helper
install: install_lvm2 install_ocf install_device-mapper install_libexec