$OpenBSD: patch-lib_phusion_passenger_standalone_runtime_installer_rb,v 1.2 2014/06/24 21:45:06 jeremy Exp $

We don't want to check with the passenger servers to see if they have a binary
version for OpenBSD.

We also don't want to depend on asciidoc.

--- lib/phusion_passenger/standalone/runtime_installer.rb.orig	Thu May 29 05:13:26 2014
+++ lib/phusion_passenger/standalone/runtime_installer.rb	Thu Jun  5 09:28:36 2014
@@ -223,9 +223,7 @@ private
 	end
 
 	def should_download_binaries?
-		return PhusionPassenger.installed_from_release_package? &&
-			@download_binaries &&
-			@binaries_url_root
+		false
 	end
 
 	def download_support_binaries
