diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-06-24 22:54:24 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-06-24 22:54:24 +0100 |
commit | fbbdcf08e6868b86304672bc9986a5cfc71d70c2 (patch) | |
tree | 319f83fa5c6fd5c048dcf97cfdabb5bfd25a2215 /www-apps | |
parent | www-apps/phpBB: Drop old and vulnerable 3.1.10 (diff) | |
download | gentoo-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>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpBB/phpBB-3.2.7.ebuild | 2 |
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() { |