mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user