From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75FD7138334 for ; Mon, 24 Jun 2019 21:55:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A80BE0954; Mon, 24 Jun 2019 21:55:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CEB4E0954 for ; Mon, 24 Jun 2019 21:55:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B89843462F4 for ; Mon, 24 Jun 2019 21:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 338BA618 for ; Mon, 24 Jun 2019 21:54:56 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1561413264.fbbdcf08e6868b86304672bc9986a5cfc71d70c2.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/phpBB/phpBB-3.2.7.ebuild X-VCS-Directories: www-apps/phpBB/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: fbbdcf08e6868b86304672bc9986a5cfc71d70c2 X-VCS-Branch: master Date: Mon, 24 Jun 2019 21:54:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e15d7676-06a8-437f-9108-562b74782077 X-Archives-Hash: d70635471c61365ed3dc2bcbf4595389 commit: fbbdcf08e6868b86304672bc9986a5cfc71d70c2 Author: James Le Cuirot gentoo org> AuthorDate: Mon Jun 24 21:54:24 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Jun 24 21:54:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbdcf08 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 gentoo.org> 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 c44df8c4c35..95dfe1c2276 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() {