diff --git a/Makefile b/Makefile index 843565e..b5727b3 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ target_dir := ${DESTDIR}/usr/share/iguana build_dir := out -kernel_filepath := $(shell find /boot -name 'vmlinuz*' | sort -r -V | head -1) +kernel_filepath := $(shell find /boot \( -name 'vmlinuz-*' -o -name 'Image-*' \) | sort -r -V | head -1) file_split := $(subst -, ,${kernel_filepath}) kernel_prefix := $(word 1, ${file_split}) diff --git a/iguana.changes b/iguana.changes index 743fc05..be87d75 100644 --- a/iguana.changes +++ b/iguana.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 21 17:07:03 UTC 2023 - Ondrej Holecek + +- Fix build for aarch65 by collecting correct kernel file + (gh#openSUSE/iguana#40) + ------------------------------------------------------------------- Mon Aug 8 14:35:03 UTC 2022 - Ondrej Holecek