commit: 64efb28cf11ec7061a37890f6bbbca43a4629b0c
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 14:47:40 2015 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 14:53:02 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64efb28c
sys-devel/distcc: fix path to make.conf in pkg_postinst tips section
Tips section about how to use distcc mentioned old location for make.conf
file
Gentoo-Bug: 555542
Package-Manager: portage-2.2.23
sys-devel/distcc/distcc-3.2_rc1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild
b/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild
index cf5537b..29e2e0f 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild
@@ -176,7 +176,7 @@ pkg_postinst() {
elog
elog "How to use pump mode with Gentoo:"
elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo
baz,cpp,lzo\""
- elog "# echo 'FEATURES=\"\${FEATURES} distcc distcc-pump\"' >>
/etc/make.conf"
+ elog "# echo 'FEATURES=\"\${FEATURES} distcc distcc-pump\"' >>
/etc/portage/make.conf"
elog "# emerge -u world"
elog
elog "To use the distccmon programs with Gentoo you should use this
command:"