From 28b8f56da201cb0481a38e971321ee131463bf61 Mon Sep 17 00:00:00 2001 From: Doug Ledford Date: Thu, 24 Jul 2008 13:58:58 -0400 Subject: Install the mdadm.rules file as well Signed-off-by: Doug Ledford --- distropkg/Makefile.local | 1 + 1 file changed, 1 insertion(+) diff --git a/distropkg/Makefile.local b/distropkg/Makefile.local index d2d1722..ddc5bdf 100644 --- a/distropkg/Makefile.local +++ b/distropkg/Makefile.local @@ -3,5 +3,6 @@ fedora-install: $(INSTALL) -Dp -m755 distropkg/mdmonitor.init $(DESTDIR)$(INITRDDIR)/mdmonitor + $(INSTALL) -Dp -m644 distropkg/mdadm.rules $(DESTDIR)$(SYSCONFDIR)/udev/rules.d/70-mdadm.rules mkdir -p -m 700 $(DESTDIR)/var/run/mdadm -- cgit