From 64efb28cf11ec7061a37890f6bbbca43a4629b0c Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Thu, 22 Oct 2015 17:47:40 +0300 Subject: 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(-) (limited to 'sys-devel') 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:" -- cgit v1.2.3-65-gdbad