commit: ab8b43ca60c02d52d3be7bd67422ad5f91afcd9c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 21:20:55 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:26:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8b43ca
app-doc/php-docs: [QA] Use relative symlink target(s)
app-doc/php-docs/php-docs-20101029-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-doc/php-docs/php-docs-20101029-r1.ebuild
b/app-doc/php-docs/php-docs-20101029-r1.ebuild
index 9a9030ea0d1..38cd400fbea 100644
--- a/app-doc/php-docs/php-docs-20101029-r1.ebuild
+++ b/app-doc/php-docs/php-docs-20101029-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -58,5 +58,5 @@ src_install() {
done
einfo "Creating symlink to PHP manual at /usr/share/php-docs"
- dosym /usr/share/doc/${PF} /usr/share/php-docs
+ dosym doc/${PF} /usr/share/php-docs
}