commit:     b2d43eb99361d2d723b43df6a224ec1a53471d3d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 16:40:00 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> 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
 

Reply via email to