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

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