From d4f86c4e966b29d52bc4dc0ec5c5be82f898acaf Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Aug 2019 02:18:05 +0000 Subject: [PATCH] grub: fix depends --- core/grub/build | 2 ++ core/grub/depends | 1 + core/grub/version | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/grub/build b/core/grub/build index 5d323aa9..9e80cdb4 100755 --- a/core/grub/build +++ b/core/grub/build @@ -18,6 +18,8 @@ build_grub() ( --sysconfdir=/etc \ --disable-nls \ --disable-werror \ + --disable-grub-mkfont \ + --disable-grub-mount \ "$@" make diff --git a/core/grub/depends b/core/grub/depends index 9e6524b5..c86afece 100644 --- a/core/grub/depends +++ b/core/grub/depends @@ -5,3 +5,4 @@ bison make flex make linux-headers make python make +xz diff --git a/core/grub/version b/core/grub/version index 230fbbfa..b24222c0 100644 --- a/core/grub/version +++ b/core/grub/version @@ -1 +1 @@ -2.04 2 +2.04 3