diff options
author | Ferenc Erki <erkiferenc@gmail.com> | 2019-05-02 22:44:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 00:56:13 +0200 |
commit | 24c359c2db7356a6df033d60f3b72b49f70633a6 (patch) | |
tree | 9772198e51bd96d55835efa1fffc399bc325794e /app-misc/elasticsearch | |
parent | net-im/skypeforlinux: Drop Old Version (diff) | |
download | gentoo-24c359c2db7356a6df033d60f3b72b49f70633a6.tar.gz gentoo-24c359c2db7356a6df033d60f3b72b49f70633a6.tar.bz2 gentoo-24c359c2db7356a6df033d60f3b72b49f70633a6.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11880
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc/elasticsearch')
-rw-r--r-- | app-misc/elasticsearch/elasticsearch-7.0.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |