Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
Date: Mon, 24 Jun 2019 21:55:01
Message-Id: 1561413264.fbbdcf08e6868b86304672bc9986a5cfc71d70c2.chewi@gentoo
1 commit: fbbdcf08e6868b86304672bc9986a5cfc71d70c2
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 24 21:54:24 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 24 21:54:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbdcf08
7
8 www-apps/phpBB: Make doc link relative to dodge possible Portage bug
9
10 Closes: https://bugs.gentoo.org/678138
11 Package-Manager: Portage-2.3.67, Repoman-2.3.13
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 www-apps/phpBB/phpBB-3.2.7.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-apps/phpBB/phpBB-3.2.7.ebuild b/www-apps/phpBB/phpBB-3.2.7.ebuild
18 index c44df8c4c35..95dfe1c2276 100644
19 --- a/www-apps/phpBB/phpBB-3.2.7.ebuild
20 +++ b/www-apps/phpBB/phpBB-3.2.7.ebuild
21 @@ -33,7 +33,7 @@ src_install() {
22 webapp_src_install
23
24 # phpBB needs docs together with the other files.
25 - dosym "${MY_HTDOCSDIR}"/docs /usr/share/doc/${PF}
26 + dosym ../webapps/${PN}/${SLOT}/htdocs/docs /usr/share/doc/${PF}
27 }
28
29 pkg_postinst() {