You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
712 B
12 lines
712 B
6 years ago
|
--- mdadm/Makefile~ 2017-09-19 11:09:05.788484060 +0800
|
||
|
+++ mdadm/Makefile 2017-09-19 11:09:26.956482310 +0800
|
||
|
@@ -257,7 +257,7 @@
|
||
|
$(INSTALL) -D -m 644 mdadm.conf.5 $(DESTDIR)$(MAN5DIR)/mdadm.conf.5
|
||
|
|
||
|
install-udev: udev-md-raid-arrays.rules udev-md-raid-assembly.rules udev-md-raid-creating.rules
|
||
|
- @for file in 01-md-raid-creating.rules 63-md-raid-arrays.rules 64-md-raid-assembly.rules ; \
|
||
|
+ @for file in 01-md-raid-creating.rules 63-md-raid-arrays.rules ; \
|
||
|
do sed -e 's,BINDIR,$(BINDIR),g' udev-$${file#??-} > .install.tmp.1 && \
|
||
|
$(ECHO) $(INSTALL) -D -m 644 udev-$${file#??-} $(DESTDIR)$(UDEVDIR)/rules.d/$$file ; \
|
||
|
$(INSTALL) -D -m 644 .install.tmp.1 $(DESTDIR)$(UDEVDIR)/rules.d/$$file ; \
|