From: Ferenc Erki Date: Thu, 2 May 2019 20:44:40 +0000 (+0200) Subject: app-misc/elasticsearch: fix install with USE="x-pack" X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=24c359c2db7356a6df033d60f3b72b49f70633a6;p=gentoo.git 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 Closes: https://github.com/gentoo/gentoo/pull/11880 Signed-off-by: Andreas Sturmlechner --- diff --git a/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild index 1d757551fca1..8d3ce3b93b46 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 }