www-apps/phpBB: Make doc link relative to dodge possible Portage bug
authorJames Le Cuirot <chewi@gentoo.org>
Mon, 24 Jun 2019 21:54:24 +0000 (22:54 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Mon, 24 Jun 2019 21:54:24 +0000 (22:54 +0100)
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>
www-apps/phpBB/phpBB-3.2.7.ebuild

index c44df8c4c35c0a98fca5fecd5541ff4aa9b76c07..95dfe1c227671dbb67f88925e039db42d0d56046 100644 (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() {