summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-06-24 22:54:24 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-06-24 22:54:24 +0100
commitfbbdcf08e6868b86304672bc9986a5cfc71d70c2 (patch)
tree319f83fa5c6fd5c048dcf97cfdabb5bfd25a2215
parentwww-apps/phpBB: Drop old and vulnerable 3.1.10 (diff)
downloadgentoo-fbbdcf08e6868b86304672bc9986a5cfc71d70c2.tar.gz
gentoo-fbbdcf08e6868b86304672bc9986a5cfc71d70c2.tar.bz2
gentoo-fbbdcf08e6868b86304672bc9986a5cfc71d70c2.zip
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>
-rw-r--r--www-apps/phpBB/phpBB-3.2.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/phpBB/phpBB-3.2.7.ebuild b/www-apps/phpBB/phpBB-3.2.7.ebuild
index c44df8c4c35c..95dfe1c22767 100644
--- a/www-apps/phpBB/phpBB-3.2.7.ebuild
+++ b/www-apps/phpBB/phpBB-3.2.7.ebuild
@@ -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() {