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

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