bird_exporter: enable man on ppc64le-musl

This commit is contained in:
q66 2021-01-01 19:21:59 +01:00
parent c68aacf808
commit 48e1c77914

View file

@ -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() {