On 4/15/22 10:06, David Seifert wrote:
Signed-off-by: David Seifert <s...@gentoo.org>
---
  eclass/kernel-2.eclass | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 51dabc4562d..02c70422ee0 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -670,7 +670,7 @@ if [[ ${ETYPE} == sources ]]; then
        )"
SLOT="${PVR}"
-       DESCRIPTION="Sources based on the Linux Kernel."
+       DESCRIPTION="Sources based on the Linux Kernel"
        IUSE="symlink build"
# Bug #266157, deblob for libre support
@@ -932,7 +932,7 @@ postinst_sources() {
        # if we are to forcably symlink, delete it if it already exists first.
        if [[ ${K_SYMLINK} -gt 0 ]]; then
                if [[ -e ${EROOT}/usr/src/linux && ! -L ${EROOT}/usr/src/linux 
]] ; then
-                       die "${EROOT}/usr/src/linux exist and is not a symlink"
+                       die "${EROOT}/usr/src/linux exists and is not a symlink"
                fi
ln -snf linux-${KV_FULL} "${EROOT}"/usr/src/linux || die

LGTM

--
Mike Pagano
Gentoo Developer - Kernel Project
Gentoo Sources - Lead
E-Mail     : mpag...@gentoo.org
GnuPG FP   : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
Public Key : 
http://http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index

Reply via email to