From ff528d09db070be9c876c1f938c9fe4defbb966d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 16 Jun 2011 22:24:12 +0200 Subject: Correct rmdir call in top-level Makefiles uninstall target to not fail if there was no prior live-build installation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b416a3945..2a78628f9 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ install: uninstall: # Uninstalling shared data rm -rf $(DESTDIR)/usr/share/live/build - rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/live + rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/live || true # Uninstalling executables rm -f $(DESTDIR)/usr/bin/lb $(DESTDIR)/usr/bin/live-build -- cgit v1.2.3