Blame SOURCES/0046-RHBZ-883981-move-udev-rules.patch

671555
---
671555
 multipath/Makefile |    6 +++---
671555
 1 file changed, 3 insertions(+), 3 deletions(-)
671555
671555
Index: multipath-tools-130222/multipath/Makefile
671555
===================================================================
671555
--- multipath-tools-130222.orig/multipath/Makefile
671555
+++ multipath-tools-130222/multipath/Makefile
671555
@@ -23,8 +23,8 @@ install:
671555
 	$(INSTALL_PROGRAM) -d $(DESTDIR)$(bindir)
671555
 	$(INSTALL_PROGRAM) -m 755 $(EXEC) $(DESTDIR)$(bindir)/
671555
 	$(INSTALL_PROGRAM) -m 755 mpathconf $(DESTDIR)$(bindir)/
671555
-	$(INSTALL_PROGRAM) -d $(DESTDIR)/lib/udev/rules.d
671555
-	$(INSTALL_PROGRAM) -m 644 multipath.rules $(DESTDIR)/lib/udev/rules.d/62-multipath.rules
671555
+	$(INSTALL_PROGRAM) -d $(DESTDIR)/usr/lib/udev/rules.d
671555
+	$(INSTALL_PROGRAM) -m 644 multipath.rules $(DESTDIR)/usr/lib/udev/rules.d/62-multipath.rules
671555
 	$(INSTALL_PROGRAM) -d $(DESTDIR)$(mandir)
671555
 	$(INSTALL_PROGRAM) -m 644 $(EXEC).8.gz $(DESTDIR)$(mandir)
671555
 	$(INSTALL_PROGRAM) -d $(DESTDIR)$(man5dir)
671555
@@ -32,7 +32,7 @@ install:
671555
 	$(INSTALL_PROGRAM) -m 644 mpathconf.8.gz $(DESTDIR)$(mandir)
671555
 
671555
 uninstall:
671555
-	rm $(DESTDIR)/lib/udev/rules.d/62-multipath.rules
671555
+	rm $(DESTDIR)/usr/lib/udev/rules.d/62-multipath.rules
671555
 	rm $(DESTDIR)$(bindir)/$(EXEC)
671555
 	rm $(DESTDIR)$(bindir)/mpathconf
671555
 	rm $(DESTDIR)$(mandir)/$(EXEC).8.gz