Skip to content
Snippets Groups Projects
Commit 8a00b930 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: glibc: Change 'LOCPATH' specification to look for "lib/locale".

Suggested by Andreas Schwab <schwab@linux-m68k.org>
at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00652.html>.

* gnu/packages/base.scm (glibc)[native-search-paths]: Change
  "share/locale" to "lib/locale".
parent 945562d4
No related branches found
No related tags found
No related merge requests found
......@@ -492,7 +492,7 @@ (define-public glibc
;; primarily in build environments.
(list (search-path-specification
(variable "LOCPATH")
(files '("share/locale")))))
(files '("lib/locale")))))
(synopsis "The GNU C Library")
(description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment