if [ "$MIDORI_WAF" = 'y' ]; then
  ./waf install
else
  default_install
fi
