summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-04-16 18:48:15 +0200
committerDavid Seifert <soap@gentoo.org>2022-04-16 18:48:15 +0200
commit8ab651d8fc28a15b6e53212c34f8d901140642d5 (patch)
tree2226f364a41618576b1a2efcb791679452ec515c /eclass/kernel-2.eclass
parentkernel-2.eclass: remove EAPI 6 (diff)
downloadgentoo-8ab651d8fc28a15b6e53212c34f8d901140642d5.tar.gz
gentoo-8ab651d8fc28a15b6e53212c34f8d901140642d5.tar.bz2
gentoo-8ab651d8fc28a15b6e53212c34f8d901140642d5.zip
kernel-2.eclass: fix spelling
Closes: https://github.com/gentoo/gentoo/pull/24978 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r--eclass/kernel-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 51dabc4562dd..02c70422ee07 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