default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

if [[ $LEGGIE_DOTTED_ZERO == y ]]; then
  patch -p1 < "patches/dotted-zero.patch"
fi
