diff options
Diffstat (limited to 'dev-java/jruby/files/jruby-1.4.0-system-nailgun.patch')
-rw-r--r-- | dev-java/jruby/files/jruby-1.4.0-system-nailgun.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-java/jruby/files/jruby-1.4.0-system-nailgun.patch b/dev-java/jruby/files/jruby-1.4.0-system-nailgun.patch deleted file mode 100644 index f8fef66fd823..000000000000 --- a/dev-java/jruby/files/jruby-1.4.0-system-nailgun.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: jruby-1.4.0/bin/jruby -=================================================================== ---- jruby-1.4.0.orig/bin/jruby -+++ jruby-1.4.0/bin/jruby -@@ -308,12 +308,7 @@ if $cygwin; then - fi - - if [ "$nailgun_client" != "" ]; then -- if [ -f $JRUBY_HOME/tool/nailgun/ng ]; then -- exec $JRUBY_HOME/tool/nailgun/ng org.jruby.util.NailMain $JRUBY_OPTS "$@" -- else -- echo "error: ng executable not found; run 'make' in ${JRUBY_HOME}/tool/nailgun" -- exit 1 -- fi -+ exec /usr/bin/ng org.jruby.util.NailMain $JRUBY_OPTS "$@" - else - if [ "$VERIFY_JRUBY" != "" ]; then - if [ "$PROFILE_ARGS" != "" ]; then |