From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-990287-garchives=archives.gentoo.org@lists.gentoo.org>
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 042DC139083
	for <garchives@archives.gentoo.org>; Thu, 14 Dec 2017 05:17:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 66E92E0EAC;
	Thu, 14 Dec 2017 05:17:36 +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 40675E0EAC
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2017 05:17:36 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 6967833C4EE
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2017 05:17:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 304A0AE1D
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2017 05:17:34 +0000 (UTC)
From: "Aric Belsito" <lluixhi@gmail.com>
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" <lluixhi@gmail.com>
Message-ID: <1513228618.47de3c093417e878f3bebba21d1746c4938728fc.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.21.0.ebuild
X-VCS-Directories: dev-lang/rust/
X-VCS-Committer: lluixhi
X-VCS-Committer-Name: Aric Belsito
X-VCS-Revision: 47de3c093417e878f3bebba21d1746c4938728fc
X-VCS-Branch: master
Date: Thu, 14 Dec 2017 05:17:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 71cc18dc-09c7-425f-ab6a-ee79519350e9
X-Archives-Hash: 63ffc946fdead44c9fa37d71b9455182

commit:     47de3c093417e878f3bebba21d1746c4938728fc
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Thu Dec 14 05:16:58 2017 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Thu Dec 14 05:16:58 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=47de3c09

dev-lang/rust: fix docompress

 dev-lang/rust/rust-1.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.21.0.ebuild b/dev-lang/rust/rust-1.21.0.ebuild
index d6c1fe1..7b04561 100644
--- a/dev-lang/rust/rust-1.21.0.ebuild
+++ b/dev-lang/rust/rust-1.21.0.ebuild
@@ -198,7 +198,7 @@ src_install() {
 	rm "${D}/usr/share/doc/${P}/LICENSE-MIT" || die
 	rm "${D}/usr/share/doc/${P}/LICENSE-APACHE" || die
 
-	docompress "${D}/usr/share/${P}/man"
+	docompress "/usr/share/${P}/man"
 	dodoc COPYRIGHT
 
 	cat <<-EOF > "${T}"/50${P}