www-apps/phpBB: Make doc link relative to dodge possible Portage bug

Closes: https://bugs.gentoo.org/678138
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2019-06-24 22:54:24 +01:00
parent 87065954b8
commit fbbdcf08e6

View File

@@ -33,7 +33,7 @@ src_install() {
webapp_src_install
# phpBB needs docs together with the other files.
dosym "${MY_HTDOCSDIR}"/docs /usr/share/doc/${PF}
dosym ../webapps/${PN}/${SLOT}/htdocs/docs /usr/share/doc/${PF}
}
pkg_postinst() {