Merge branch 'patch-1' into 'master'

Add help2man to Fedora Bootstrap Dependencies

See merge request redox-os/redox!1644
This commit is contained in:
Robert Serrano Kobylyansky 2025-09-19 22:22:27 +00:00
commit 10aed13740

View File

@ -619,6 +619,7 @@ fedora()
protobuf-compiler \
zstd \
lzip \
help2man \
gdb ; do rpm -q $pkg > /dev/null || echo $pkg; done)
# If the list of packages is not empty, install missing
COUNT=$(echo $PKGS | wc -w)