DESTDIR is an install-time variable, so it should be used in the install
scripts but not the installed scripts. PREFIX is the runtime variable.
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
readonly AL16M="$((16*1024*1024))"
readonly CONFIG_DIR=@ETC_PREFIX@/bees/
-readonly bees_bin=$(realpath @DESTDIR@/@LIBEXEC_PREFIX@/bees)
+readonly bees_bin=$(realpath @LIBEXEC_PREFIX@/bees)
command -v "$bees_bin" &> /dev/null || ERRO "Missing 'bees' agent"