cd "${SOURCE_DIRECTORY}" &&
default_install &&
if [[ $SQLITE_VERSION = tea ]]; then
  cd tea &&
  default_install
fi
