community/sudo: fix paths differing between architectures
sudo's configure guesses the paths based on the paths available on the
host. This caused vardir to be different on x86 (/var/db
) and aarch64
(/var/lib
). Settings the paths explicitly disables the guessing.