Make sure we install ccache/distcc into the build root, not necessarily ROOT.
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 16 Apr 2007 19:09:53 +0000 (19:09 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 16 Apr 2007 19:09:53 +0000 (19:09 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1232 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/chroot-functions.sh

index 348d2fcb312e62899e2ce214f8137302db4e7979..fa89d4879ba9dc83b7b3b945b960f7dabc77dca0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  16 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/chroot-functions.sh:
+  Make sure we install ccache/distcc into the build root, not necessarily ROOT.
+
   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/livecdfs-update.sh, targets/support/unmerge.sh:
   Change moving the VDB until after we have processed unmerge by moving it
index ae8fbdd125ad4780f80dea20da074cfad860ff2c..7b47357c4b6ce9dc27e048966f247c2f5515c1df 100755 (executable)
@@ -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