From 8d8d1de90fc20403a7ce13211b4d21dec46e7776 Mon Sep 17 00:00:00 2001 From: jasper Date: Sat, 17 Dec 2016 12:16:33 +0000 Subject: [PATCH] this patch should've been removed in previous commit --- textproc/elasticsearch/patches/patch-bin_plugin | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 textproc/elasticsearch/patches/patch-bin_plugin diff --git a/textproc/elasticsearch/patches/patch-bin_plugin b/textproc/elasticsearch/patches/patch-bin_plugin deleted file mode 100644 index 43f77a749ce..00000000000 --- a/textproc/elasticsearch/patches/patch-bin_plugin +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-bin_plugin,v 1.3 2015/11/16 19:01:12 jasper Exp $ ---- bin/plugin.orig Wed Oct 21 15:32:03 2015 -+++ bin/plugin Wed Nov 11 20:00:21 2015 -@@ -66,6 +66,8 @@ if [ ! -z "$CONF_FILE" ]; then - exit 1 - fi - -+JAVA_HOME="$(${TRUEPREFIX}/bin/javaPathHelper -h elasticsearch)" -+ - if [ -x "$JAVA_HOME/bin/java" ]; then - JAVA=$JAVA_HOME/bin/java - else