1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

sys-boot/grub-efi-image: fix grub platforms

This commit is contained in:
2023-02-19 18:29:51 +01:00
parent 61339d8631
commit 151eeecd32
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ src_compile() {
if use grub_platforms_efi-64; then
platform="x86_64-efi"
efi_name="x64"
elif use grub_platforms_efi-64; then
elif use grub_platforms_efi-32; then
platform="i386-efi"
efi_name="x32"
else