commit: 7814f72ca87761f52b7512e1966fbf1fb9a66198 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat Jun 2 10:26:32 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Jun 2 10:26:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7814f72c
sys-firmware/intel-microcode: Fix suggested path to release notes Closes: https://bugs.gentoo.org/657100 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild b/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild index f8b64c6ca86..53450c16d44 100644 --- a/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild +++ b/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild @@ -206,7 +206,7 @@ pkg_postinst() { ewarn "MICROCODE_BLACKLIST or MICROCODE_SIGNATURES, you maybe have unintentionally" ewarn "re-enabled those microcodes...!" ewarn "" - ewarn "Check ${EROOT%/}/usr/share/doc/${P}/releasenot* if your microcode update" + ewarn "Check \"${EROOT%/}/usr/share/doc/${PN}-*/releasenot*\" if your microcode update" ewarn "requires additional kernel patches or not." fi }
