From dad253531051815a70bbb8e68b70e1e86ea46637 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sat, 4 Apr 2009 14:34:34 -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 e054ba18..ea5300f3 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 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 f91f53cd..fe20194b 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