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