default_pre_build      &&
cd ${SOURCE_DIRECTORY} &&

if [[ "$SANDY_CONFIG" == 'y' ]]; then
  if [[ -e ${INSTALL_ROOT}/usr/share/doc/sandy/config.def.h ]]; then
    cp ${INSTALL_ROOT}/usr/share/doc/sandy/config.def.h ./
  fi &&
  if query 'Do you want to edit your config now?' n; then
    if [ -z"$EDITOR" ]; then
      . /etc/profile.d/editor.sh
    fi
    ${EDITOR:-nano} config.def.h
  fi
fi
