commit:     24c359c2db7356a6df033d60f3b72b49f70633a6
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Thu May  2 20:44:40 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May  8 22:56:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c359c2

app-misc/elasticsearch: fix install with USE="x-pack"

Closes: https://bugs.gentoo.org/684952
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Ferenc Erki <erkiferenc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11880
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/elasticsearch/elasticsearch-7.0.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild 
b/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild
index 1d757551fca..8d3ce3b93b4 100644
--- a/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild
+++ b/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild
@@ -30,7 +30,6 @@ src_prepare() {
        rmdir logs || die
 
        if use x-pack; then
-               rm bin/x-pack/*.bat || die
                rm -r modules/x-pack-ml/platform/{darwin,windows}-x86_64 || die
        fi
 }

Reply via email to