summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2015-10-22 17:47:40 +0300
committerSergey Popov <pinkbyte@gentoo.org>2015-10-22 17:53:02 +0300
commit64efb28cf11ec7061a37890f6bbbca43a4629b0c (patch)
treee11c92320d82e8d376b9fdd340fba2e20060a511 /sys-devel
parentmedia-sound/mpdas: revbump to reliably propagate dep changes (diff)
downloadgentoo-64efb28cf11ec7061a37890f6bbbca43a4629b0c.tar.gz
gentoo-64efb28cf11ec7061a37890f6bbbca43a4629b0c.tar.bz2
gentoo-64efb28cf11ec7061a37890f6bbbca43a4629b0c.zip
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
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc/distcc-3.2_rc1-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild
index cf5537bf20b4..29e2e0fc9b94 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:"