Skip to content

Commit

Permalink
app-admin/sudo: Revbump to remove .la files
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/697812
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Oct 16, 2019
1 parent ee22c2c commit 97813a7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ src_install() {
# Don't install into /run as that is a tmpfs most of the time
# (bug #504854)
rm -rf "${ED}"/run

find "${ED}" -type f -name "*.la" -delete || die #697812
}

pkg_postinst() {
Expand Down

0 comments on commit 97813a7

Please sign in to comment.