From 0f1fee01067a40083ad23c4746e0ee7a8c12bdab Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sat, 4 Apr 2009 14:34:01 -0500 Subject: [PATCH] Apply patch from gentoo bug #264457 to prevent deleting of ccache cache --- ChangeLog | 4 ++++ targets/support/chroot-functions.sh | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dcaf3891..02279885 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 + 04 Apr 2009; Andrew Gaffney + targets/support/chroot-functions.sh: + Apply patch from gentoo bug #264457 to prevent deleting of ccache cache + 24 Feb 2009; Andrew Gaffney modules/catalyst/arch/sh.py: Additional sh patch from gentoo bug #255793 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index d2678062..4641b441 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -210,7 +210,6 @@ cleanup_stages() { esac rm -f /var/log/emerge.log /var/log/portage/elog/* - rm -rf /var/tmp/* } update_env_settings(){ -- 2.26.2