This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug locale/19130] New: localedef needs a new flag controlling the LOCALEDIR output parameter


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]