Skip to content

Commit

Permalink
sys-kernel/asahi-kernel: use KV_FULL for kernel dir
Browse files Browse the repository at this point in the history
eclass updates merged upstream mean we need to change how we get the
release file

Signed-off-by: James Calligeros <[email protected]>
  • Loading branch information
chadmed committed Jul 16, 2024
1 parent f82a502 commit 6793e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ src_install() {
kernel-build_src_install

# symlink installed *.dtbs back into kernel "source" directory
local dir_ver=${PV}${KV_LOCALVERSION}
local kernel_dir=/usr/src/linux-${dir_ver}
local kernel_dir=/usr/src/linux-${KV_FULL}
local relfile=${ED}${kernel_dir}/include/config/kernel.release
local module_ver
module_ver=$(<"${relfile}") || die
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ src_install() {
kernel-build_src_install

# symlink installed *.dtbs back into kernel "source" directory
local dir_ver=${PV}${KV_LOCALVERSION}
local kernel_dir=/usr/src/linux-${dir_ver}
local kernel_dir=/usr/src/linux-${KV_FULL}
local relfile=${ED}${kernel_dir}/include/config/kernel.release
local module_ver
module_ver=$(<"${relfile}") || die
Expand Down

0 comments on commit 6793e5c

Please sign in to comment.