mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 18:31:13 +02:00
fix(cros-kernel2.eclass): Install vmlinux into same path as modules
This matches the behavior of Debian/Fedora closer so might as well change it while I'm mucking around in this eclass.
This commit is contained in:
parent
012a13bc28
commit
45f5b2b976
@ -172,7 +172,7 @@ cros-kernel2_src_install() {
|
||||
fi
|
||||
|
||||
# Install uncompressed kernel for debugging purposes.
|
||||
insinto /usr/lib/debug/boot/${version}/
|
||||
insinto /usr/lib/debug/lib/modules/${version}/
|
||||
doins "$(cros-workon_get_build_dir)/vmlinux"
|
||||
|
||||
if use source; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user