default_install &&
make_single &&
make install-docs &&
make_normal &&

if [[ ! -f "${INSTALL_ROOT}/etc/chrony.conf" ]]; then
    cp -v "${SCRIPT_DIRECTORY}/chrony.conf" "${INSTALL_ROOT}/etc/"
fi
