All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] bootstrap: Require patch
@ 2021-08-06  6:45 Petr Vorel
  2021-08-06  6:45 ` [PATCH 2/2] autogen.sh: Detect python Petr Vorel
  2021-08-09 11:20 ` [PATCH 1/2] bootstrap: Require patch Daniel Kiper
  0 siblings, 2 replies; 16+ messages in thread
From: Petr Vorel @ 2021-08-06  6:45 UTC (permalink / raw)
  To: grub-devel; +Cc: Petr Vorel, Daniel Kiper

bootstrap.conf uses patch, let's require it.

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

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 bootstrap.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bootstrap.conf b/bootstrap.conf
index 6b043fc35..0dd893c5c 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -70,6 +70,7 @@ autoconf   2.63
 automake   1.11
 gettext    0.18.3
 git        1.5.5
+patch      -
 tar        -
 "
 
-- 
2.32.0



^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-08-30  9:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-06  6:45 [PATCH 1/2] bootstrap: Require patch Petr Vorel
2021-08-06  6:45 ` [PATCH 2/2] autogen.sh: Detect python Petr Vorel
2021-08-09 11:52   ` Daniel Kiper
2021-08-09 16:36     ` Daniel Kiper
2021-08-18  7:19       ` Petr Vorel
2021-08-18 16:04         ` Bruce Dubbs
2021-08-26 14:34           ` Daniel Kiper
2021-08-26 14:30         ` Daniel Kiper
2021-08-30  9:34           ` Petr Vorel
2021-08-18  7:07     ` Petr Vorel
2021-08-18  7:38       ` Petr Vorel
2021-08-26 14:37         ` Daniel Kiper
2021-08-18 16:58   ` Dimitri John Ledkov
2021-08-18 17:51     ` Petr Vorel
2021-08-18 17:54       ` Dimitri John Ledkov
2021-08-09 11:20 ` [PATCH 1/2] bootstrap: Require patch Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.