app-misc/elasticsearch: fix install with USE="x-pack"
authorFerenc Erki <erkiferenc@gmail.com>
Thu, 2 May 2019 20:44:40 +0000 (22:44 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 8 May 2019 22:56:13 +0000 (00:56 +0200)
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>
app-misc/elasticsearch/elasticsearch-7.0.0.ebuild

index 1d757551fca15edeb324813a809d79ab34a66d1d..8d3ce3b93b462929aea959988695ef2b1af51d3d 100644 (file)
@@ -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
 }