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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user