[dm-devel] [PATCH 11/11] kpartx: Deinstall kpartx_id

Hannes Reinecke hare at suse.de
Thu Jan 17 14:59:33 UTC 2013


We've installed it, so we should be uninstalling it, too.

Signed-off-by: Hannes Reinecke <hare at suse.de>
---
 kpartx/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/kpartx/Makefile b/kpartx/Makefile
index 1287053..b0d73a3 100644
--- a/kpartx/Makefile
+++ b/kpartx/Makefile
@@ -36,6 +36,7 @@ install: $(EXEC) $(EXEC).8
 uninstall:
 	rm -f $(DESTDIR)$(bindir)/$(EXEC)
 	rm -f $(DESTDIR)$(mandir)/$(EXEC).8.gz
+	rm -f $(DESTDIR)$(libudevdir)/kpartx_id
 
 clean:
 	rm -f core *.o $(EXEC) *.gz
-- 
1.7.10.4




More information about the dm-devel mailing list