mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user