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 <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2020-02-03 21:44:51 +01:00
parent e7f8aae60e
commit d3665a5bbb
2 changed files with 2 additions and 8 deletions

View File

@@ -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
}

View File

@@ -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
}