]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
bootstrap: Require GNU patch
authorPetr Vorel <pvorel@suse.cz>
Mon, 30 Aug 2021 09:53:16 +0000 (11:53 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 6 Sep 2021 14:31:38 +0000 (16:31 +0200)
The bootstrap.conf uses patch, let's require it.

Better than multiple messages:
  ./bootstrap.conf: line 84: patch: command not found

Mention it also in the INSTALL file.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
INSTALL
bootstrap.conf

diff --git a/INSTALL b/INSTALL
index 79a0af7d93799e17056ea9ba0337f5ae2c16ef07..3270743b7ed55fe65f35f1e4f781778432780ccb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -20,6 +20,7 @@ configuring the GRUB.
 * GNU binutils 2.9.1.0.23 or later
 * Flex 2.5.35 or later
 * pkg-config
+* GNU patch
 * Other standard GNU/Unix tools
 * a libc with large file support (e.g. glibc 2.1 or later)
 
index 6b043fc354c4347d992139e908a6a7b159e28114..0dd893c5c01a2dec861162563c6d1723da130362 100644 (file)
@@ -70,6 +70,7 @@ autoconf   2.63
 automake   1.11
 gettext    0.18.3
 git        1.5.5
+patch      -
 tar        -
 "