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 966AA139694 for ; Sat, 29 Apr 2017 16:45:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC9FEE0CB4; Sat, 29 Apr 2017 16:45:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A80EFE0CB4 for ; Sat, 29 Apr 2017 16:45:43 +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 74F5633BEBE for ; Sat, 29 Apr 2017 16:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13A9573F3 for ; Sat, 29 Apr 2017 16:45:40 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1493484335.b2d43eb99361d2d723b43df6a224ec1a53471d3d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b2d43eb99361d2d723b43df6a224ec1a53471d3d X-VCS-Branch: master Date: Sat, 29 Apr 2017 16:45:40 +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: 95858e02-f116-4a82-a8e0-ae794c9763ed X-Archives-Hash: d7964538a45dbb8a580b1d1c8b78909a commit: b2d43eb99361d2d723b43df6a224ec1a53471d3d Author: Mike Gilbert gentoo org> AuthorDate: Sat Apr 29 16:40:00 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Apr 29 16:45:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d43eb9 sys-apps/systemd: fix docdir path Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61 sys-apps/systemd/systemd-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index b34e5d8998c..7ff69d75cc9 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -293,6 +293,9 @@ multilib_src_install() { } multilib_src_install_all() { + # meson doesn't know about docdir + mv "${ED%/}"/usr/share/doc/{systemd,${PF}} || die + einstalldocs dodoc "${FILESDIR}"/nsswitch.conf