diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-22 23:20:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-22 23:26:55 +0200 |
commit | ab8b43ca60c02d52d3be7bd67422ad5f91afcd9c (patch) | |
tree | 9d64039e19b30b6025d31910ac55228131e9c4b0 /app-doc/php-docs/php-docs-20101029-r1.ebuild | |
parent | app-doc/devmanual: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-ab8b43ca60c02d52d3be7bd67422ad5f91afcd9c.tar.gz gentoo-ab8b43ca60c02d52d3be7bd67422ad5f91afcd9c.tar.bz2 gentoo-ab8b43ca60c02d52d3be7bd67422ad5f91afcd9c.zip |
app-doc/php-docs: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-doc/php-docs/php-docs-20101029-r1.ebuild')
-rw-r--r-- | app-doc/php-docs/php-docs-20101029-r1.ebuild | 4 |
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 } |