Gentoo Archives: gentoo-dev

From: Mike Pagano <mpagano@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 2/2] kernel-2.eclass: fix spelling
Date: Fri, 15 Apr 2022 14:15:35
Message-Id: 3aed3732-d711-50b0-8283-11168823d1ff@gentoo.org
In Reply to: [gentoo-dev] [PATCH 2/2] kernel-2.eclass: fix spelling by David Seifert
1 On 4/15/22 10:06, David Seifert wrote:
2 > Signed-off-by: David Seifert <soap@g.o>
3 > ---
4 > eclass/kernel-2.eclass | 4 ++--
5 > 1 file changed, 2 insertions(+), 2 deletions(-)
6 >
7 > diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
8 > index 51dabc4562d..02c70422ee0 100644
9 > --- a/eclass/kernel-2.eclass
10 > +++ b/eclass/kernel-2.eclass
11 > @@ -670,7 +670,7 @@ if [[ ${ETYPE} == sources ]]; then
12 > )"
13 >
14 > SLOT="${PVR}"
15 > - DESCRIPTION="Sources based on the Linux Kernel."
16 > + DESCRIPTION="Sources based on the Linux Kernel"
17 > IUSE="symlink build"
18 >
19 > # Bug #266157, deblob for libre support
20 > @@ -932,7 +932,7 @@ postinst_sources() {
21 > # if we are to forcably symlink, delete it if it already exists first.
22 > if [[ ${K_SYMLINK} -gt 0 ]]; then
23 > if [[ -e ${EROOT}/usr/src/linux && ! -L ${EROOT}/usr/src/linux ]] ; then
24 > - die "${EROOT}/usr/src/linux exist and is not a symlink"
25 > + die "${EROOT}/usr/src/linux exists and is not a symlink"
26 > fi
27 >
28 > ln -snf linux-${KV_FULL} "${EROOT}"/usr/src/linux || die
29
30 LGTM
31
32 --
33 Mike Pagano
34 Gentoo Developer - Kernel Project
35 Gentoo Sources - Lead
36 E-Mail : mpagano@g.o
37 GnuPG FP : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
38 Public Key : http://http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index