Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/
Date: Sat, 02 Jun 2018 10:26:55
Message-Id: 1527935192.7814f72ca87761f52b7512e1966fbf1fb9a66198.whissi@gentoo
1 commit: 7814f72ca87761f52b7512e1966fbf1fb9a66198
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 10:26:32 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 10:26:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7814f72c
7
8 sys-firmware/intel-microcode: Fix suggested path to release notes
9
10 Closes: https://bugs.gentoo.org/657100
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild b/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild
17 index f8b64c6ca86..53450c16d44 100644
18 --- a/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild
19 +++ b/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild
20 @@ -206,7 +206,7 @@ pkg_postinst() {
21 ewarn "MICROCODE_BLACKLIST or MICROCODE_SIGNATURES, you maybe have unintentionally"
22 ewarn "re-enabled those microcodes...!"
23 ewarn ""
24 - ewarn "Check ${EROOT%/}/usr/share/doc/${P}/releasenot* if your microcode update"
25 + ewarn "Check \"${EROOT%/}/usr/share/doc/${PN}-*/releasenot*\" if your microcode update"
26 ewarn "requires additional kernel patches or not."
27 fi
28 }