summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-06-02 11:13:40 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-06-02 11:13:48 +0200
commit89a54fb0ae38df6c4f62792b6f2bef03b7cfde02 (patch)
treec60aba1041a1cf7a32dbb24a0628c5f39599bc73 /sys-apps/man-db/man-db-9999.ebuild
parentsys-apps/man-db: Bump to version 2.9.2 (diff)
downloadgentoo-89a54fb0ae38df6c4f62792b6f2bef03b7cfde02.tar.gz
gentoo-89a54fb0ae38df6c4f62792b6f2bef03b7cfde02.tar.bz2
gentoo-89a54fb0ae38df6c4f62792b6f2bef03b7cfde02.zip
sys-apps/man-db: Synced live ebuild
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/man-db/man-db-9999.ebuild')
-rw-r--r--sys-apps/man-db/man-db-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild
index 92546556c66b..8ad0f47c8564 100644
--- a/sys-apps/man-db/man-db-9999.ebuild
+++ b/sys-apps/man-db/man-db-9999.ebuild
@@ -110,7 +110,7 @@ src_configure() {
src_install() {
default
dodoc docs/{HACKING,TODO}
- find "${ED}" -name "*.la" -delete || die
+ find "${ED}" -type f -name "*.la" -delete || die
exeinto /etc/cron.daily
newexe "${FILESDIR}"/man-db.cron-r1 man-db #289884