[dm-devel] [PATCH 3/5] multipath-tools: delete libdmmp.pc in uninstall

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Sep 23 23:39:01 UTC 2017


Cc: Gris Ge <fge at redhat.com>
Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libdmmp/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libdmmp/Makefile b/libdmmp/Makefile
index cdd26ed..1e2b8f9 100644
--- a/libdmmp/Makefile
+++ b/libdmmp/Makefile
@@ -54,6 +54,7 @@ uninstall:
 		$(RM) $$file; \
 	done
 	$(RM) $(DESTDIR)$(man3dir)/libdmmp.h*
+	$(RM) $(DESTDIR)$(pkgconfdir)/$(PKGFILE)
 
 clean:
 	$(RM) core *.a *.o *.gz *.so *.so.*
-- 
2.13.5




More information about the dm-devel mailing list