bootstrap: Require GNU patch

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>
This commit is contained in:
Petr Vorel 2021-08-30 11:53:16 +02:00 committed by Daniel Kiper
parent 793121eb3e
commit ebed73d509
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ configuring the GRUB.
* GNU binutils 2.9.1.0.23 or later * GNU binutils 2.9.1.0.23 or later
* Flex 2.5.35 or later * Flex 2.5.35 or later
* pkg-config * pkg-config
* GNU patch
* Other standard GNU/Unix tools * Other standard GNU/Unix tools
* a libc with large file support (e.g. glibc 2.1 or later) * a libc with large file support (e.g. glibc 2.1 or later)

View File

@ -70,6 +70,7 @@ autoconf 2.63
automake 1.11 automake 1.11
gettext 0.18.3 gettext 0.18.3
git 1.5.5 git 1.5.5
patch -
tar - tar -
" "