summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Ledford <dledford@redhat.com>2008-07-24 13:30:19 -0400
committerDoug Ledford <dledford@redhat.com>2008-07-24 13:57:18 -0400
commit9f75ae7a42f75953dfad6c367645506c3747864c (patch)
tree4f8a417151469e82ed382420e311ce9ec89cbf10
parent3b7e740953fd5dcb9c6b43801ede73e3518a4caa (diff)
downloadmdadm-9f75ae7a42f75953dfad6c367645506c3747864c.tar.gz
mdadm-9f75ae7a42f75953dfad6c367645506c3747864c.tar.xz
mdadm-9f75ae7a42f75953dfad6c367645506c3747864c.zip
Add Makefile.local and install the mdmonitor script from there
Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r--distropkg/Makefile.local7
1 files changed, 7 insertions, 0 deletions
diff --git a/distropkg/Makefile.local b/distropkg/Makefile.local
new file mode 100644
index 0000000..d2d1722
--- /dev/null
+++ b/distropkg/Makefile.local
@@ -0,0 +1,7 @@
+# Local make targets needed by this specific package
+#
+
+fedora-install:
+ $(INSTALL) -Dp -m755 distropkg/mdmonitor.init $(DESTDIR)$(INITRDDIR)/mdmonitor
+ mkdir -p -m 700 $(DESTDIR)/var/run/mdadm
+