Merge branch 'patch-1' into 'master'

Add help2man to the list of dependencies for Fedora

See merge request redox-os/redox!1748
This commit is contained in:
Jeremy Soller 2026-01-24 15:50:19 -07:00
commit 2e92b7c754

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)