Add help2man to the list of dependencies for Fedora

This commit is contained in:
Zhiwei Liang 2025-12-07 19:08:35 +00:00
parent 7ab71fd6a8
commit 1603570ba2
No known key found for this signature in database

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)