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}

Reply via email to