Merged in
https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5334a50837431d67a196a7848623e01401b3c5eb.
Thanks!

On 07/26/2018 01:23 PM, Mike Gilbert wrote:
> Since EAPI 3, the install functions use ${ED} instead of ${D}.
> ---
>  function-reference/install-functions/text.xml | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/function-reference/install-functions/text.xml 
> b/function-reference/install-functions/text.xml
> index b6bd181..1134164 100644
> --- a/function-reference/install-functions/text.xml
> +++ b/function-reference/install-functions/text.xml
> @@ -5,9 +5,8 @@
>  <body>
>  
>  <p>
> -The following functions, which are all provided by <c>ebuild.sh</c> and the 
> standard
> -library, handle various install-related tasks. <c>${D}</c> is automatically 
> handled
> -for all of these functions.
> +The following functions are provided by the package manager to handle various
> +install-related tasks. <c>${ED}</c> is prepended automatically to the 
> install location.
>  </p>
>  
>  <p>
> @@ -271,7 +270,7 @@ the first is the source name, the second the name to use 
> when installing.
>        <c>fowners</c>
>      </ti>
>      <ti>
> -      Call <c>chown</c> on the specified files in <c>${D}</c>
> +      Call <c>chown</c> on the specified files in <c>${ED}</c>
>      </ti>
>    </tr>
>    <tr>
> @@ -279,7 +278,7 @@ the first is the source name, the second the name to use 
> when installing.
>        <c>fperms</c>
>      </ti>
>      <ti>
> -      Call <c>chmod</c> on the specified files in <c>${D}</c>
> +      Call <c>chmod</c> on the specified files in <c>${ED}</c>
>      </ti>
>    </tr>
>    <tr>
> 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to