From: Ulrich Müller Date: Mon, 3 Feb 2020 20:44:51 +0000 (+0100) Subject: app-doc/devmanual: Don't install /usr/share/doc/${PN} symlink. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d3665a5bbbbc612636c132b230c24ecbbda389f0;p=gentoo.git app-doc/devmanual: Don't install /usr/share/doc/${PN} symlink. This triggers an "unexpected path" QA warning. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Ulrich Müller --- diff --git a/app-doc/devmanual/devmanual-0_pre20200203.ebuild b/app-doc/devmanual/devmanual-0_pre20200203.ebuild index 267f21183744..05f7076fc8ec 100644 --- a/app-doc/devmanual/devmanual-0_pre20200203.ebuild +++ b/app-doc/devmanual/devmanual-0_pre20200203.ebuild @@ -45,12 +45,9 @@ src_install() { local HTML_DOCS=( . ) einstalldocs - einfo "Creating symlink from ${PF} to ${PN} for preserving bookmarks" - dosym ${PF} /usr/share/doc/${PN} - local DOC_CONTENTS="In order to browse the Gentoo Development Guide in offline mode, point your browser to the following url: - file://${EPREFIX}/usr/share/doc/${PN}/html/index.html" + file://${EPREFIX}/usr/share/doc/${PF}/html/index.html" readme.gentoo_create_doc } diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild index 5c7bbf8ec0a4..1957ff9c99ef 100644 --- a/app-doc/devmanual/devmanual-9999.ebuild +++ b/app-doc/devmanual/devmanual-9999.ebuild @@ -45,12 +45,9 @@ src_install() { local HTML_DOCS=( . ) einstalldocs - einfo "Creating symlink from ${PF} to ${PN} for preserving bookmarks" - dosym ${PF} /usr/share/doc/${PN} - local DOC_CONTENTS="In order to browse the Gentoo Development Guide in offline mode, point your browser to the following url: - file://${EPREFIX}/usr/share/doc/${PN}/html/index.html" + file://${EPREFIX}/usr/share/doc/${PF}/html/index.html" readme.gentoo_create_doc }