From fbbdcf08e6868b86304672bc9986a5cfc71d70c2 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Mon, 24 Jun 2019 22:54:24 +0100 Subject: [PATCH] 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 --- www-apps/phpBB/phpBB-3.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/phpBB/phpBB-3.2.7.ebuild b/www-apps/phpBB/phpBB-3.2.7.ebuild index c44df8c4c35c0..95dfe1c227671 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() {