mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
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:
commit
2e92b7c754
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user