[Bug locale/19130] New: localedef needs a new flag controlling the LOCALEDIR output parameter
vapier at gentoo dot org
sourceware-bugzilla@sourceware.org
Wed Oct 14 14:19:00 GMT 2015
https://sourceware.org/bugzilla/show_bug.cgi?id=19130
Bug ID: 19130
Summary: localedef needs a new flag controlling the LOCALEDIR
output parameter
Product: glibc
Version: unspecified
Status: NEW
Severity: enhancement
Priority: P2
Component: locale
Assignee: unassigned at sourceware dot org
Reporter: vapier at gentoo dot org
Target Milestone: ---
localedef has a --prefix so you can change from /usr/lib/locale/locale-archive
to /tmp/some/build/dir/usr/lib/locale/locale-archive, but that doesn't help
when the target really wants something like /usr/lib64/locale/locale-archive.
so the builder is forced to manually rename .../usr/lib/locale/locale-archive
to .../usr/lib64/locale/locale-archive.
ideally we should be able to do:
$ localedef --prefix /tmp/some/build/dir --localedir /usr/lib64/locale
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list