summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+