From cbde49238da4caeb3a6f0fa03fe11a9a16561ec1 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 16 Apr 2007 19:09:53 +0000 Subject: [PATCH] Make sure we install ccache/distcc into the build root, not necessarily ROOT. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1232 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ targets/support/chroot-functions.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 348d2fcb..fa89d487 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 16 Apr 2007; Chris Gianelloni + targets/support/chroot-functions.sh: + Make sure we install ccache/distcc into the build root, not necessarily ROOT. + 12 Apr 2007; Chris Gianelloni targets/support/livecdfs-update.sh, targets/support/unmerge.sh: Change moving the VDB until after we have processed unmerge by moving it diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index ae8fbdd1..7b47357c 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -43,7 +43,7 @@ setup_myfeatures(){ #then # echo "CCACHE Autoresume point found not emerging ccache" #else - run_emerge --oneshot --nodeps ccache || exit 1 + clst_root_path=/ run_emerge --oneshot --nodeps ccache || exit 1 # touch /tmp/.clst_ccache #fi fi @@ -56,7 +56,7 @@ setup_myfeatures(){ #then # echo "DISTCC Autoresume point found not emerging distcc" #else - USE="-gtk -gnome" run_emerge --oneshot --nodeps distcc || exit 1 + USE="-gtk -gnome" clst_root_path=/ run_emerge --oneshot --nodeps distcc || exit 1 #touch /tmp/.clst_distcc #fi mkdir -p /etc/distcc -- 2.26.2