From d3665a5bbbbc612636c132b230c24ecbbda389f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Mon, 3 Feb 2020 21:44:51 +0100 Subject: [PATCH] app-doc/devmanual: Don't install /usr/share/doc/${PN} symlink. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This triggers an "unexpected path" QA warning. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Ulrich Müller --- app-doc/devmanual/devmanual-0_pre20200203.ebuild | 5 +---- app-doc/devmanual/devmanual-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) 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 } -- 2.26.2