[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gentoo-dev
Subject:    [gentoo-dev] [PATCH] install-functions: refer to ${ED} instead of ${D}
From:       Mike Gilbert <floppym () gentoo ! org>
Date:       2018-07-26 17:23:11
Message-ID: 20180726172311.1055-1-floppym () gentoo ! org
[Download RAW message or body]

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>
-- 
2.18.0


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic