From 78d51d40104a65b279800983fa3398db0c73e6e2 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 26 Jun 2011 12:59:11 -0400 Subject: [PATCH] chroot-functions.sh: don't run 'distcc-config --install' distcc-config doesn't have this option anymore, so it's unneeded. --- ChangeLog | 4 ++++ targets/support/chroot-functions.sh | 2 -- 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 + targets/support/chroot-functions.sh: + Don't run 'distcc-config --install' + 25 Jun 2011; Sebastian Pipping 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 -- 2.26.2