local  _SRCDIR  &&

config_query  JACKDMP_VCS  "Build latest version from development tree?"  n  &&

if  [[ $JACKDMP_VCS == y ]]
then
  _SRCDIR=""  &&
  config_query  JACKDMP_VCS_AUTOUPDATE  \
                "Automatically update on every system update?"  n
else
  _SRCDIR="src/"
fi  &&

persistent_add  _SRCDIR
