Fix gcdx64.efi path to work for other distros than Fedora.

This commit is contained in:
Daniel Mach 2013-01-08 11:59:33 +01:00
parent 5d7bb6dc40
commit 68f7637cab
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ hardlink ${KERNELDIR}/initrd.img ${BOOTDIR}
## WHeeeeeeee, EFI.
## We could remove the basearch restriction someday..
<% efiargs=""; efigraft=""; efihybrid="" %>
%if exists("boot/efi/EFI/fedora/gcdx64.efi") and basearch != 'i386':
%if exists("boot/efi/EFI/*/gcdx64.efi") and basearch != 'i386':
<%
efiarch = 'X64' if basearch=='x86_64' else 'IA32'
efigraft="EFI/BOOT={0}/EFI/BOOT".format(outroot)