New review comment by Johnnynator on void-packages repository https://github.com/void-linux/void-packages/pull/33137#discussion_r716246212 Comment: Or the shorter version as by q66 comment, ``` case $XBPS_TARGET_ARCH in i686*) arch=i386 *) arch=$(uname -m) esac ```