Blame SOURCES/0210-RH-fix-uninstall.patch

f20720
---
f20720
 libmpathpersist/Makefile |    6 ++++--
f20720
 1 file changed, 4 insertions(+), 2 deletions(-)
f20720
f20720
Index: multipath-tools-130222/libmpathpersist/Makefile
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/libmpathpersist/Makefile
f20720
+++ multipath-tools-130222/libmpathpersist/Makefile
f20720
@@ -33,12 +33,14 @@ install: $(LIBS)
f20720
 	ln -sf $(LIBS) $(DESTDIR)$(syslibdir)/$(DEVLIB)
f20720
 	install -m 644 mpath_persistent_reserve_in.3.gz $(DESTDIR)$(man3dir)	
f20720
 	install -m 644 mpath_persistent_reserve_out.3.gz $(DESTDIR)$(man3dir)	
f20720
+	$(INSTALL_PROGRAM) -m 644 mpath_persist.h $(DESTDIR)$(includedir)
f20720
 
f20720
 uninstall:
f20720
 	rm -f $(DESTDIR)$(syslibdir)/$(LIBS)
f20720
 	rm -f $(DESTDIR)$(syslibdir)/$(DEVLIB)
f20720
-	rm $(DESTDIR)$(mandir)/mpath_persistent_reserve_in.3.gz	
f20720
-	rm $(DESTDIR)$(mandir)/mpath_persistent_reserve_out.3.gz	
f20720
+	rm $(DESTDIR)$(man3dir)/mpath_persistent_reserve_in.3.gz
f20720
+	rm $(DESTDIR)$(man3dir)/mpath_persistent_reserve_out.3.gz
f20720
+	rm -f $(DESTDIR)$(includedir)/mpath_persist.h
f20720
 
f20720
 clean:
f20720
 	rm -f core *.a *.o