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 9B2A7138334 for ; Fri, 23 Nov 2018 15:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AC43E095A; Fri, 23 Nov 2018 15:42:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 75701E095A for ; Fri, 23 Nov 2018 15:42:06 +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 594A9335C6F for ; Fri, 23 Nov 2018 15:42:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D701043A for ; Fri, 23 Nov 2018 15:42:01 +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: <1542987715.2696eb4cc1cbb8934b0375d4a4e485403a0b89da.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libhx/libhx-3.24.ebuild X-VCS-Directories: sys-libs/libhx/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2696eb4cc1cbb8934b0375d4a4e485403a0b89da X-VCS-Branch: master Date: Fri, 23 Nov 2018 15:42:01 +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-Archives-Salt: 2434eaf0-42f9-416f-9d12-27e30a147af9 X-Archives-Hash: 78e10830a72aa52464765b42f3883c26 commit: 2696eb4cc1cbb8934b0375d4a4e485403a0b89da Author: Lars Wendler gentoo org> AuthorDate: Fri Nov 23 15:41:55 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Nov 23 15:41:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2696eb4c sys-libs/libhx: Minor ebuild fix. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> sys-libs/libhx/libhx-3.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libhx/libhx-3.24.ebuild b/sys-libs/libhx/libhx-3.24.ebuild index 6024143f546..c1cf2e00fd1 100644 --- a/sys-libs/libhx/libhx-3.24.ebuild +++ b/sys-libs/libhx/libhx-3.24.ebuild @@ -33,7 +33,7 @@ src_install() { dodoc doc/*.txt else dodoc doc/changelog.txt - rm "${D}/usr/share/doc/${PF}/"*.pdf || die + rm "${ED}/usr/share/doc/${PF}/"*.pdf || die fi find "${ED}" -name "*.la" -delete || die