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:30:19 -0400
commitab704c3b972e6e1ea23c321686f4c98e476edf4b (patch)
tree475a30ac5ec7724351b305dc8a092ad191221518
parent7345fbf75c84593eee814f3b42f4b234a42e93d2 (diff)
downloadmdadm-ab704c3b972e6e1ea23c321686f4c98e476edf4b.tar.gz
mdadm-ab704c3b972e6e1ea23c321686f4c98e476edf4b.tar.xz
mdadm-ab704c3b972e6e1ea23c321686f4c98e476edf4b.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
+