summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/php-docs/php-docs-20101029-r1.ebuild')
-rw-r--r--app-doc/php-docs/php-docs-20101029-r1.ebuild4
1 files 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 9a9030ea0d1d..38cd400fbea7 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
}