From: Peter Rajnoha Date: Wed, 21 May 2014 07:45:29 +0000 (+0200) Subject: systemd: install lvm2-cluster-activation script as executable X-Git-Tag: v2_02_107~176 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=7d7c1f2025e73e729e53ddb9e09ce8097b532797;p=lvm2.git systemd: install lvm2-cluster-activation script as executable --- diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 2c9203307..19fd5d84e 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -115,7 +115,7 @@ endif ifneq ("@CLVMD@", "none") $(INSTALL_DATA) lvm2_clvmd_systemd_red_hat.service $(systemd_unit_dir)/lvm2-clvmd.service $(INSTALL_DATA) lvm2_cluster_activation_systemd_red_hat.service $(systemd_unit_dir)/lvm2-cluster-activation.service - $(INSTALL_DATA) lvm2_cluster_activation_red_hat.sh $(systemd_dir)/lvm2-cluster-activation + $(INSTALL_SCRIPT) lvm2_cluster_activation_red_hat.sh $(systemd_dir)/lvm2-cluster-activation endif ifeq ("@BUILD_CMIRRORD@", "yes") $(INSTALL_DATA) lvm2_cmirrord_systemd_red_hat.service $(systemd_unit_dir)/lvm2-cmirrord.service