Skip to content

Commit

Permalink
app-text/recode: call rm in verbose mode instead of force mode.
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 19, 2017
1 parent 192b9a6 commit d3b6a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app-text/recode/recode-3.6_p20-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ multilib_src_configure() {

multilib_src_install_all() {
einstalldocs
find "${ED}" -name '*.la' -exec rm -f {} + || die
rm -f "${ED}"/usr/lib/charset.alias || die
find "${ED}" -name '*.la' -exec rm -v {} + || die
}
3 changes: 1 addition & 2 deletions app-text/recode/recode-3.7_pre20140303.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ src_configure() {

src_install() {
default
find "${ED}" -name '*.la' -exec rm -f {} + || die
rm -f "${ED}"/usr/lib/charset.alias || die
find "${ED}" -name '*.la' -exec rm -v {} + || die
}

0 comments on commit d3b6a99

Please sign in to comment.