update: make sure mp-build checks build-essential as a depend
This commit is contained in:
@ -78,8 +78,8 @@ check_iso_vars() {
|
||||
if ! type "grub-mkrescue" > /dev/null; then
|
||||
error "You need to install GRUB to create ISO files with grub-mkrescue"
|
||||
set_indent
|
||||
info "If you want to create UEFI ISO files make sure you install x64 GRUB or grub-efi"
|
||||
info "If you want to create BIOS ISO files make sure you install x86 GRUB or grub-bios"
|
||||
warn "If you want to create UEFI ISO files make sure you install x64 GRUB or grub-efi"
|
||||
warn "If you want to create BIOS ISO files make sure you install x86 GRUB or grub-bios"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user