[SCM] live-build branch, debian, updated. debian/3.0_a30-1-31-g468a41f

Daniel Baumann daniel at debian.org
Wed Sep 7 15:43:11 UTC 2011


The following commit has been merged in the debian branch:
commit 3cf8c4bb2232f5f1f0b032480518853a8c798056
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Aug 31 11:17:13 2011 +0200

    Silencing rmdir calls in makefile.

diff --git a/Makefile b/Makefile
index cbb2478..dd9f9e2 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

-- 
live-build



More information about the debian-live-changes mailing list