From 2f81b15736511eae7d04e1f8aa3e6b008867358a Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Tue, 7 Jan 2025 01:19:01 +1100 Subject: [PATCH] native_bootstrap.sh: Install help2man for Ubuntu Noble Otherwise the build fails --- native_bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/native_bootstrap.sh b/native_bootstrap.sh index 42aa057..1c5bf92 100755 --- a/native_bootstrap.sh +++ b/native_bootstrap.sh @@ -421,6 +421,7 @@ ubuntu() genisoimage \ git \ gperf \ + help2man \ intltool \ libexpat-dev \ libfuse3-dev \