commit:     8d83f01b0548d5b3ff29bb81ec6af4e1a8aa84a0
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Wed Aug 20 03:10:57 2025 +0000
Commit:     Kerin Millar <kfm <AT> plushkava <DOT> 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 <kfm <AT> 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.

Reply via email to