summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2022-09-20 15:56:13 +0200
committerMarian Csontos <mcsontos@redhat.com>2022-09-20 15:56:13 +0200
commita0fc61177e1fc39a312c623c4fa3639f8b96f7b2 (patch)
tree1524bccf733c39f26c3b66c6d1173a0a98d1795a /scripts
parent178564317a7c47d025ce268abe1bba01d1b4a519 (diff)
downloadlvm2-a0fc61177e1fc39a312c623c4fa3639f8b96f7b2.tar.gz
make: Fix build in chrootdev-mcsontos-lib-tools-dependency
When building in a buildroot, must create libexec directory explicitly.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 9fcff37b0..47b24a2b0 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -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