vimpager: enable man for ppc64le-musl
This commit is contained in:
parent
84491090db
commit
29fa0ea525
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,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_install() {
|
||||
|
|
Loading…
Reference in a new issue