fix(sys-kernel/coreos-kernel): use kernelrelease

kernelversion is not used for the binary file name. Use kernelrelease.
This fixes an issue where the /boot/vmlinuz symlink wasn't pointing at
the right file causing builds to fail.
This commit is contained in:
Brandon Philips 2013-04-03 20:31:40 -07:00
parent 1624a9d127
commit 23ca98dd2e
2 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ defconfig_dir() {
# Returns the current compiled kernel version.
# Note: Only valid after src_configure has finished running.
kernelversion() {
kmake -s --no-print-directory kernelversion
kmake -s --no-print-directory kernelrelease
}
# @FUNCTION: install_kernel_sources