[SCM] live-tools branch, debian, updated. debian/3.0_a5-1-6-gaca4995

Daniel Baumann daniel at debian.org
Mon Feb 6 22:38:02 UTC 2012


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

    Silencing rmdir calls in makefile.

diff --git a/Makefile b/Makefile
index aa35d5c..27333ab 100644
--- a/Makefile
+++ b/Makefile
@@ -71,9 +71,9 @@ uninstall:
 		rm -f $(DESTDIR)/usr/$$(basename $${SCRIPT}); \
 	done
 
-	rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/bin || true
-	rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr || true
-	rmdir --ignore-fail-on-non-empty $(DESTDIR) || true
+	rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/bin > /dev/null 2>&1 || true
+	rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr > /dev/null 2>&1 || true
+	rmdir --ignore-fail-on-non-empty $(DESTDIR) > /dev/null 2>&1 || true
 
 	# Uninstalling docs
 	rm -rf $(DESTDIR)/usr/share/doc/live-tools

-- 
live-tools



More information about the debian-live-changes mailing list