diff --git a/app-doc/devmanual/devmanual-0_pre20200203.ebuild b/app-doc/devmanual/devmanual-0_pre20200203.ebuild index 267f21183744c..05f7076fc8ecd 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 5c7bbf8ec0a4a..1957ff9c99ef8 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 }