Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/php-docs/
Date: Tue, 22 Aug 2017 21:27:03
Message-Id: 1503437215.ab8b43ca60c02d52d3be7bd67422ad5f91afcd9c.mgorny@gentoo
1 commit: ab8b43ca60c02d52d3be7bd67422ad5f91afcd9c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 22 21:20:55 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 21:26:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8b43ca
7
8 app-doc/php-docs: [QA] Use relative symlink target(s)
9
10 app-doc/php-docs/php-docs-20101029-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-doc/php-docs/php-docs-20101029-r1.ebuild b/app-doc/php-docs/php-docs-20101029-r1.ebuild
14 index 9a9030ea0d1..38cd400fbea 100644
15 --- a/app-doc/php-docs/php-docs-20101029-r1.ebuild
16 +++ b/app-doc/php-docs/php-docs-20101029-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="4"
23 @@ -58,5 +58,5 @@ src_install() {
24 done
25
26 einfo "Creating symlink to PHP manual at /usr/share/php-docs"
27 - dosym /usr/share/doc/${PF} /usr/share/php-docs
28 + dosym doc/${PF} /usr/share/php-docs
29 }