grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] bootstrap: Require patch


From: Petr Vorel
Subject: [PATCH 1/2] bootstrap: Require patch
Date: Fri, 6 Aug 2021 08:45:07 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]