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:
Michael Marineau 2013-11-17 20:12:52 -08:00
parent 012a13bc28
commit 45f5b2b976

View File

@ -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