aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--targets/support/chroot-functions.sh2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b4f2407f..965171ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
# Distributed under the GPL v2
# $Id$
+ 26 Jun 2011; Matt Turner <mattst88@gentoo.org>
+ targets/support/chroot-functions.sh:
+ Don't run 'distcc-config --install'
+
25 Jun 2011; Sebastian Pipping <sping@gentoo.org>
targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
targets/support/chroot-functions.sh:
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
index 0d8b76eb..638ef678 100644
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -86,8 +86,6 @@ setup_myfeatures(){
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