sys-apps/haveged: Revbump to not install .la files

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2021-01-20 22:15:29 +01:00
parent b360c76405
commit 3b853bc10c
2 changed files with 5 additions and 1 deletions

View File

@@ -38,4 +38,6 @@ src_install() {
systemd_newunit "${FILESDIR}"/service.gentoo ${PN}.service
insinto /etc
doins "${FILESDIR}"/haveged.conf
find "${ED}" -type f -name "*.la" -delete || die
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -42,4 +42,6 @@ src_install() {
systemd_newunit "${FILESDIR}"/service.gentoo ${PN}.service
insinto /etc
doins "${FILESDIR}"/haveged.conf
find "${ED}" -type f -name "*.la" -delete || die
}