git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1232
d1e1f19c-881f-0410-ab34-
b69fee027534
# 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
#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
#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