New comment by xtraeme on void-packages repository https://github.com/void-linux/void-packages/pull/12875#issuecomment-508977224 Comment: in my `xbps-src-ultra-fast` branch: ``` # # Sanitize PATH. # if [ -z "$IN_CHROOT" ]; then # In non chroot case always prefer host tools. export PATH="$PATH:$XBPS_MASTERDIR/usr/bin" fi ``` This should be even picking up your xbps tools at /usr/local/bin as long as your PATH is ok.