$OpenBSD: patch-build_xml,v 1.7 2013/05/17 20:14:49 jeremy Exp $

Don't install the jruby launcher when running the regress specs,
as it fails due to a make error and it isn't necessary for the
regress tests.

--- build.xml.orig	Thu May 16 11:51:15 2013
+++ build.xml	Thu May 16 13:21:37 2013
@@ -718,7 +718,7 @@ other than ASM, which is rewritten to avoid conflicts.
         </emma>
     </target>
 
-    <target name="install-gems" depends="install-dev-gems,install-jruby-launcher-gem"/>
+    <target name="install-gems" depends="install-dev-gems"/>
 
     <condition property="dev.gems.installed">
         <uptodate>
