From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16F181382C5 for ; Tue, 2 Jun 2020 09:13:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C107E0826; Tue, 2 Jun 2020 09:13:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FFB6E0826 for ; Tue, 2 Jun 2020 09:13:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAAB934EF93 for ; Tue, 2 Jun 2020 09:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0E9D278 for ; Tue, 2 Jun 2020 09:13:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1591089228.89a54fb0ae38df6c4f62792b6f2bef03b7cfde02.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/man-db/man-db-9999.ebuild X-VCS-Directories: sys-apps/man-db/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 89a54fb0ae38df6c4f62792b6f2bef03b7cfde02 X-VCS-Branch: master Date: Tue, 2 Jun 2020 09:13:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b1badd2-2a34-459a-9950-a58fa5fe3aab X-Archives-Hash: 8e8e39eca2e5f47d0dad9eae189cfa9f commit: 89a54fb0ae38df6c4f62792b6f2bef03b7cfde02 Author: Lars Wendler gentoo org> AuthorDate: Tue Jun 2 09:13:40 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jun 2 09:13:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a54fb0 sys-apps/man-db: Synced live ebuild Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> sys-apps/man-db/man-db-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild index 92546556c66..8ad0f47c856 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