# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 09 May 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/chroot-functions.sh:
+ We need to run distcc-config --install, since we won't be installing into
+ ROOT=/ for stage1, and we have to use --noreplace to keep from wiping any
+ installed versions of distcc.
+
09 May 2008; Chris Gianelloni <wolf31o2@gentoo.org> TODO:
Add a couple of distcc-related items to TODO.
sed -i '/USE="${USE} -avahi -gtk -gnome"/d' /etc/make.conf
mkdir -p /etc/distcc
echo "${clst_distcc_hosts}" > /etc/distcc/hosts
+ # We need to run distcc-config, since it might not have gotten run
+ [ -x /usr/bin/distcc-config ] && /usr/bin/distcc-config --install
# This sets up automatic cross-distcc-fu according to
# http://www.gentoo.org/doc/en/cross-compiling-distcc.xml