New comment by AluminumTank on void-packages repository https://github.com/void-linux/void-packages/issues/32076#issuecomment-891175228 Comment: After doing some testing, I determined that the root cause is because the test is following the symlink and not finding `/usr/bin/vlogger`, not because we need `-e` instead of `-r` as @leahneukirchen mentioned. We could add a separate test specifically for symlinks that would work even if they are broken... ``` if [ -L ${PKGDESTDIR}/etc/sv/${service}/log/run ]; then ``` I think that templates that symlink `log/run` to `/usr/bin/vlogger` should be including `runit-void` in `hostmakedepends` and potentially `depends` as well. Thoughts?