kernel-build.eclass: Fix leftover dir_ver use

Fixes: da6193c02d (...make kernel install paths match release)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-07-18 15:30:42 +02:00
parent 6fecd1af10
commit 16a996d29f

View File

@@ -461,7 +461,7 @@ kernel-build_src_install() {
--confdir "${T}/empty-directory"
--kernel-image "${image}"
--kmoddir "${ED}/lib/modules/${KV_FULL}"
--kver "${dir_ver}"
--kver "${KV_FULL}"
--verbose
--compress="xz -9e --check=crc32"
--no-hostonly