From 761bc04a190cffcb65f48d07ffc5ca41a5773a0f Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Fri, 6 Sep 2024 00:42:12 +0530 Subject: [PATCH] sys-boot/shim: Append the suffix to the shim binary Signed-off-by: Sayan Chowdhury --- .../coreos-overlay/sys-boot/shim/shim-15.8-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-15.8-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-15.8-r2.ebuild index a44719000d..10defae63c 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-15.8-r2.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-15.8-r2.ebuild @@ -67,6 +67,6 @@ src_install() { suffix=aa64 fi insinto /usr/lib/shim - newins "shim${suffix}.efi" 'shim.efi' + newins "shim${suffix}.efi" "shim${suffix}.efi" newins "mm${suffix}.efi" "mm${suffix}.efi" }