bluez-alsa: actually only i686 has ghc, not i686*

This commit is contained in:
q66 2020-10-05 05:52:08 +02:00
parent 2208c84609
commit 798a661d89

View file

@ -23,7 +23,7 @@ build_options="man"
desc_option_man="Use pandoc to build manpages"
case "$XBPS_MACHINE" in
x86_64*|i686*|ppc64le) build_options_default="man";;
x86_64*|i686|ppc64le) build_options_default="man";;
*) ;;
esac