diff options
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/grub/grub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/grub/grub b/projects/grub/grub index 086215bf..16b63634 100755 --- a/projects/grub/grub +++ b/projects/grub/grub @@ -82,10 +82,12 @@ build() { case "${target}" in bios) grub_build_floppy_image + grub_build_font grub_copy_modules ;; *) grub_build_standalone_image + grub_build_font grub_copy_modules ;; esac |