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 11986138334 for ; Tue, 19 Jun 2018 00:47:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF3A4E084E; Tue, 19 Jun 2018 00:47:27 +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 94E63E084E for ; Tue, 19 Jun 2018 00:47:27 +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 76CBB335C8D for ; Tue, 19 Jun 2018 00:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E0A32CB for ; Tue, 19 Jun 2018 00:47:23 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1529369208.ae2bbabe03edabdc1947428e58d3e9a3f1a8ed28.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/ X-VCS-Repository: proj/musl X-VCS-Files: dev-lang/rust/rust-1.26.2.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: ae2bbabe03edabdc1947428e58d3e9a3f1a8ed28 X-VCS-Branch: master Date: Tue, 19 Jun 2018 00:47:23 +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: a8e3ef77-9c3a-4319-949e-d451582181f8 X-Archives-Hash: 4af454cf86c279031b3545f0e38bd6f8 commit: ae2bbabe03edabdc1947428e58d3e9a3f1a8ed28 Author: Aric Belsito gmail com> AuthorDate: Tue Jun 19 00:46:48 2018 +0000 Commit: Aric Belsito gmail com> CommitDate: Tue Jun 19 00:46:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=ae2bbabe dev-lang/rust: fix typo in install phase dev-lang/rust/rust-1.26.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-1.26.2.ebuild b/dev-lang/rust/rust-1.26.2.ebuild index 314db78..54b0444 100644 --- a/dev-lang/rust/rust-1.26.2.ebuild +++ b/dev-lang/rust/rust-1.26.2.ebuild @@ -309,8 +309,8 @@ src_install() { rm "${D}/usr/$(get_libdir)/rustlib/manifest-rustfmt-preview" || die fi - rm "${D}/usr/share/doc/${P}/LICENSE-APACHE{,.old}" || die - rm "${D}/usr/share/doc/${P}/LICENSE-MIT{,.old}" || die + rm "${D}/usr/share/doc/${P}"/LICENSE-APACHE{,.old} || die + rm "${D}/usr/share/doc/${P}"/LICENSE-MIT{,.old} || die docompress "/usr/share/${P}/man"