From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 53DCF15827B for ; Fri, 22 Aug 2025 23:12:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 009BA340E10 for ; Fri, 22 Aug 2025 23:12:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 15A4F11055F; Fri, 22 Aug 2025 23:12:37 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 04E3E11055F for ; Fri, 22 Aug 2025 23:12:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E409340D7F for ; Fri, 22 Aug 2025 23:12:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 081D93365 for ; Fri, 22 Aug 2025 23:12:35 +0000 (UTC) From: "Kerin Millar" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kerin Millar" Message-ID: <1755659457.8d83f01b0548d5b3ff29bb81ec6af4e1a8aa84a0.kfm@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale-gen X-VCS-Directories: / X-VCS-Committer: kfm X-VCS-Committer-Name: Kerin Millar X-VCS-Revision: 8d83f01b0548d5b3ff29bb81ec6af4e1a8aa84a0 X-VCS-Branch: master Date: Fri, 22 Aug 2025 23:12:35 +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: 4a91f96c-5e38-43c6-bb84-ff8afec85dbc X-Archives-Hash: 2bf0e26907d82b3323183a164cca3e62 commit: 8d83f01b0548d5b3ff29bb81ec6af4e1a8aa84a0 Author: Kerin Millar plushkava net> AuthorDate: Wed Aug 20 03:10:57 2025 +0000 Commit: Kerin Millar plushkava net> CommitDate: Wed Aug 20 03:10:57 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=8d83f01b Clarify a comment preceding the setting of I18NPATH Signed-off-by: Kerin Millar plushkava.net> locale-gen | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locale-gen b/locale-gen index 7e0d9ba..03527f6 100755 --- a/locale-gen +++ b/locale-gen @@ -61,7 +61,8 @@ umask 0022; my $prefix = $opt{'prefix'} // $gentoo_prefix; # Ensure that locale/charmap files are opened relative to the prefix. - # This is important in situations where the --prefix option is given. + # It is especially important to do so in situations where the value of + # $prefix is something other than "" or "/". $ENV{'I18NPATH'} = catdir($prefix, '/usr/share/i18n'); # For the directory to be unknown strongly implies the absence of glibc.