Skip to content

Commit

Permalink
app-doc/devmanual: Don't install /usr/share/doc/${PN} symlink.
Browse files Browse the repository at this point in the history
This triggers an "unexpected path" QA warning.

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Feb 3, 2020
1 parent e7f8aae commit d3665a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions app-doc/devmanual/devmanual-0_pre20200203.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
5 changes: 1 addition & 4 deletions app-doc/devmanual/devmanual-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit d3665a5

Please sign in to comment.