From 3cf8c4bb2232f5f1f0b032480518853a8c798056 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 31 Aug 2011 11:17:13 +0200 Subject: [PATCH] Silencing rmdir calls in makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbb247853..dd9f9e2e1 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ install: uninstall: # Uninstalling shared data rm -rf $(DESTDIR)/usr/share/live/build - rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/live || true + rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/live > /dev/null 2>&1 || true # Uninstalling executables rm -f $(DESTDIR)/usr/bin/lb $(DESTDIR)/usr/bin/live-build