Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 30 Oct 2022 13:33:21
Message-Id: 1667136597.8023aa1e22e30c13c8e7dd4026fee2e43d82d741.mgorny@gentoo
1 commit: 8023aa1e22e30c13c8e7dd4026fee2e43d82d741
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 13:26:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 13:29:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8023aa1e
7
8 kernel-install.eclass: Fix variable mismatch
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/kernel-install.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
16 index 9aece24bbff5..fba65a76ccce 100644
17 --- a/eclass/kernel-install.eclass
18 +++ b/eclass/kernel-install.eclass
19 @@ -491,7 +491,7 @@ kernel-install_pkg_postinst() {
20 debug-print-function ${FUNCNAME} "${@}"
21
22 local dir_ver=${PV}${KV_LOCALVERSION}
23 - kernel-install_update_symlink "${EROOT}/usr/src/linux" "${ver}"
24 + kernel-install_update_symlink "${EROOT}/usr/src/linux" "${dir_ver}"
25
26 if [[ -z ${ROOT} ]]; then
27 kernel-install_install_all "${dir_ver}"