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 E28F31396D3 for ; Tue, 22 Aug 2017 21:27:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 140C81FC04F; Tue, 22 Aug 2017 21:27:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E7D201FC04B for ; Tue, 22 Aug 2017 21:27:02 +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 B2581341CC4 for ; Tue, 22 Aug 2017 21:27:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F93F7F0E for ; Tue, 22 Aug 2017 21:27:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1503437215.ab8b43ca60c02d52d3be7bd67422ad5f91afcd9c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/php-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/php-docs/php-docs-20101029-r1.ebuild X-VCS-Directories: app-doc/php-docs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab8b43ca60c02d52d3be7bd67422ad5f91afcd9c X-VCS-Branch: master Date: Tue, 22 Aug 2017 21:27:00 +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-Archives-Salt: 392af2e8-648c-4616-8417-13808d0adbe2 X-Archives-Hash: 47d457b8d7bd1acecc17bb5d4bd5965c commit: ab8b43ca60c02d52d3be7bd67422ad5f91afcd9c Author: Michał Górny gentoo org> AuthorDate: Tue Aug 22 21:20:55 2017 +0000 Commit: Michał Górny gentoo 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 }