From: NeilBrown Date: Tue, 10 Jun 2014 10:34:40 +0000 (+1000) Subject: Makefile: install mdadm-grow-continue@.service X-Git-Tag: mdadm-3.3.2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=616f197f9d6d044afb9e27ddc9cd087d21d610f0;p=thirdparty%2Fmdadm.git Makefile: install mdadm-grow-continue@.service Forgot to add this to install-systemd target Signed-off-by: NeilBrown --- diff --git a/Makefile b/Makefile index c7e7a427..1a4a5dcd 100644 --- a/Makefile +++ b/Makefile @@ -290,7 +290,7 @@ install-udev: udev-md-raid-arrays.rules udev-md-raid-assembly.rules install-systemd: systemd/mdmon@.service @for file in mdmon@.service mdmonitor.service mdadm-last-resort@.timer \ - mdadm-last-resort@.service ; \ + mdadm-last-resort@.service mdadm-grow-continue@.service; \ do sed -e 's,BINDIR,$(BINDIR),g' systemd/$$file > .install.tmp && \ echo $(INSTALL) -D -m 644 systemd/$$file $(DESTDIR)$(SYSTEMD_DIR)/$$file ; \ $(INSTALL) -D -m 644 .install.tmp $(DESTDIR)$(SYSTEMD_DIR)/$$file ; \