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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 230AE15ACFC for ; Sat, 29 Apr 2023 15:29:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63E32E07F0; Sat, 29 Apr 2023 15:29:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F7F2E07F0 for ; Sat, 29 Apr 2023 15:29:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47290341129 for ; Sat, 29 Apr 2023 15:29:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D49A3920 for ; Sat, 29 Apr 2023 15:29:05 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1682781978.caa3e98b1431ceeead2924302bcc997d6214ba69.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/ X-VCS-Repository: proj/devmanual X-VCS-Files: function-reference/install-functions/text.xml X-VCS-Directories: function-reference/install-functions/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: caa3e98b1431ceeead2924302bcc997d6214ba69 X-VCS-Branch: master Date: Sat, 29 Apr 2023 15:29:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 71082895-5a70-4cb7-ac02-c4d0e5e3c278 X-Archives-Hash: 1087f806f5062de041e247a1e85adb1b commit: caa3e98b1431ceeead2924302bcc997d6214ba69 Author: matoro users noreply github com> AuthorDate: Thu Apr 27 19:07:06 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 29 15:26:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=caa3e98b 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 users.noreply.github.com> Signed-off-by: Ulrich Müller gentoo.org> function-reference/install-functions/text.xml | 1 + 1 file changed, 1 insertion(+) 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 *into functions create the directory if it does not already exist. Normally executed to exclude from stripping. Eg. dostrip -x /path/to/important.so. May also be used to include binaries to strip when RESTRICT=strip without the -x option. + Provided paths are relative to ${ED}, even if they begin with a slash.