diff options
Diffstat (limited to 'script/build/fw/coreboot')
-rwxr-xr-x | script/build/fw/coreboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/fw/coreboot b/script/build/fw/coreboot index dede12c8..7c89bb35 100755 --- a/script/build/fw/coreboot +++ b/script/build/fw/coreboot @@ -169,7 +169,7 @@ build_dependency_grub() rebuild_grub="y" && break done [ "${rebuild_grub}" = "y" ] || return 0 - x_ ./build coreboot grub + x_ ./build fw grub } build_dependency_uboot() |