bird_exporter: enable man on ppc64le-musl
This commit is contained in:
parent
c68aacf808
commit
48e1c77914
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ build_options="man"
|
|||
desc_option_man="Use pandoc for manpages"
|
||||
|
||||
case "$XBPS_MACHINE" in
|
||||
x86_64*|i686|ppc64le) build_options_default="man" ;;
|
||||
x86_64*|i686|ppc64le*) build_options_default="man" ;;
|
||||
esac
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Reference in a new issue