[bootloader] fix regression introduced with d179a9e

- see also #840
This commit is contained in:
Philip 2017-10-28 03:41:29 -04:00
parent ff3a40368d
commit b15d970845

View File

@ -271,9 +271,9 @@ def install_grub(efi_directory, fw_type):
# Workaround for some UEFI firmwares
efi_file_source = os.path.join(install_efi_directory_firmware,
efi_bootloader_id,
efi_grub_file),
efi_grub_file)
efi_file_target = os.path.join(install_efi_boot_directory,
efi_boot_file),
efi_boot_file)
shutil.copy2(efi_file_source, efi_file_target)
else: