Skip to content

Conversation

@kevinburke
Copy link
Contributor

I'm not sure exactly why this is happening, but when I install coreutils with make install PREFIX=some-prefix, before this patch coreutils would look in the wrong place for locales - it would look in e.g. "bin/cut/en-US.ftl" instead of in share/locales/cut/en-US.ftl.

This patch fixes the issue, add a test as well.

Fixes #8115.

I'm not sure exactly why this is happening, but when I install
coreutils with `make install PREFIX=some-prefix`, before this patch
coreutils would look in the wrong place for locales - it would look in
e.g. "bin/cut/en-US.ftl" instead of in share/locales/cut/en-US.ftl.

This patch fixes the issue, add a test as well.

Fixes uutils#8115.
@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

@sylvestre
Copy link
Contributor

Kudos for the tests

@sylvestre sylvestre merged commit f314daf into uutils:main Jun 21, 2025
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

binaries built with cargo build --release do not work due to placement of localization files

2 participants