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:
parent
178564317a
commit
a0fc61177e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user