Skip to content

Commit

Permalink
app-misc/elasticsearch: remove force flag from rm.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
monsieurp committed Aug 26, 2017
1 parent 53349ff commit d6e6cda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app-misc/elasticsearch/elasticsearch-5.5.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ pkg_setup() {
}

src_prepare() {
rm -rf bin/*.{bat,exe} || die
rm LICENSE.txt || die
rm -v bin/*.{bat,exe} LICENSE.exe || die

default
}
Expand All @@ -32,7 +31,7 @@ src_install() {

insinto /etc/${PN}
doins config/*
rm -rf config || die
rm -rv config || die

insinto /usr/share/${PN}
doins -r ./*
Expand Down

0 comments on commit d6e6cda

Please sign in to comment.