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-11-30 16:08:43 +00:00
commit 657236fede

View File

@ -620,6 +620,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)