From: Andrew Gaffney Date: Sat, 4 Apr 2009 19:34:01 +0000 (-0500) Subject: Apply patch from gentoo bug #264457 to prevent deleting of ccache cache X-Git-Tag: CATALYST-2.0.10~3^2~143 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f1fee01067a40083ad23c4746e0ee7a8c12bdab;p=catalyst.git Apply patch from gentoo bug #264457 to prevent deleting of ccache cache --- 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(){