diff options
author | matoro <matoro@users.noreply.github.com> | 2023-04-27 15:07:06 -0400 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-04-29 17:26:18 +0200 |
commit | caa3e98b1431ceeead2924302bcc997d6214ba69 (patch) | |
tree | 8b1d7b1a0a9fc6eb581819f6cdced9c70013058c /function-reference | |
parent | Update copyright years (diff) | |
download | devmanual-caa3e98b1431ceeead2924302bcc997d6214ba69.tar.gz devmanual-caa3e98b1431ceeead2924302bcc997d6214ba69.tar.bz2 devmanual-caa3e98b1431ceeead2924302bcc997d6214ba69.zip |
function-reference/install-functions: add note about paths to dostrip
Found this extremely unintuitive especially compared to the
documentation on the `dosym` function which is much clearer.
Closes: https://bugs.gentoo.org/888817
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'function-reference')
-rw-r--r-- | function-reference/install-functions/text.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml index 9fbdcbe..6961784 100644 --- a/function-reference/install-functions/text.xml +++ b/function-reference/install-functions/text.xml @@ -431,6 +431,7 @@ The <c>*into</c> functions create the directory if it does not already exist. Normally executed to exclude from stripping. Eg. <c>dostrip -x /path/to/important.so</c>. May also be used to include binaries to strip when <c>RESTRICT=strip</c> without the -x option. + Provided paths are relative to <c>${ED}</c>, even if they begin with a slash. </ti> </tr> </table> |