OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=35
22 lines
1013 B
Diff
22 lines
1013 B
Diff
Index: multipath-tools-0.4.9/multipath/Makefile
|
|
===================================================================
|
|
--- multipath-tools-0.4.9.orig/multipath/Makefile
|
|
+++ multipath-tools-0.4.9/multipath/Makefile
|
|
@@ -22,6 +22,7 @@ install:
|
|
$(INSTALL_PROGRAM) -d $(DESTDIR)$(rcdir)
|
|
$(INSTALL_PROGRAM) -m 755 multipath.init.suse $(DESTDIR)$(rcdir)/boot.multipath
|
|
$(INSTALL_PROGRAM) -d $(DESTDIR)/etc/udev/rules.d
|
|
+ $(INSTALL_PROGRAM) -m 644 multipath.rules $(DESTDIR)/etc/udev/rules.d/71-multipath.rules
|
|
$(INSTALL_PROGRAM) -d $(DESTDIR)$(mkinitrddir)
|
|
$(INSTALL_PROGRAM) -m 755 boot-multipath.sh $(DESTDIR)$(mkinitrddir)
|
|
$(INSTALL_PROGRAM) -m 755 setup-multipath.sh $(DESTDIR)$(mkinitrddir)
|
|
@@ -31,7 +32,7 @@ install:
|
|
$(INSTALL_PROGRAM) -m 644 $(EXEC).conf.5 $(DESTDIR)$(man5dir)
|
|
|
|
uninstall:
|
|
- rm $(DESTDIR)/etc/udev/rules.d/multipath.rules
|
|
+ rm $(DESTDIR)/etc/udev/rules.d/71-multipath.rules
|
|
rm $(DESTDIR)$(bindir)/$(EXEC)
|
|
rm $(DESTDIR)$(mandir)/$(EXEC).8
|
|
rm $(DESTDIR)$(man5dir)/$(EXEC).conf.5
|