Skip to content

builder-utils: Rewrite locale migration to use fd-based traversal#733

Draft
bbhtt wants to merge 1 commit into
mainfrom
bbhtt/locale
Draft

builder-utils: Rewrite locale migration to use fd-based traversal#733
bbhtt wants to merge 1 commit into
mainfrom
bbhtt/locale

Conversation

@bbhtt
Copy link
Copy Markdown
Contributor

@bbhtt bbhtt commented Apr 11, 2026

No description provided.

@bbhtt bbhtt marked this pull request as draft April 11, 2026 03:07
Comment thread src/builder-utils.c
return FALSE;

if (!migrate_locale_dir (lib_locale_dir, separate_dir, "lib", error))
if (!migrate_locale_dir (root_dfd, "lib/locale", separate_dfd, "lib", error))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is marked as draft but this "lib/locale" gets put into glnx_opendirat which means lib can be a symlink.

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.

2 participants