guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: glibc-locales: Install to lib/locales.


From: Ludovic Courtès
Subject: 01/01: gnu: glibc-locales: Install to lib/locales.
Date: Tue, 24 Feb 2015 23:47:55 +0000

civodul pushed a commit to branch master
in repository guix.

commit b9e02a71a972e51a921fada9e1acbb58280f2ed3
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 25 00:11:18 2015 +0100

    gnu: glibc-locales: Install to lib/locales.
    
    Suggested by Andreas Schwab <address@hidden>
    at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00652.html>.
    
    * gnu/packages/base.scm (glibc-locales) <#:configure-flags>: Change
      "/share/locale" to "/lib/locale".
---
 gnu/packages/base.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 554e848..3f2bd92 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -551,9 +551,10 @@ the 'share/locale' sub-directory of this package.")
             (alist-delete 'install ,phases)))
          ((#:configure-flags flags)
           `(append ,flags
+                   ;; Use $(libdir)/locale as is the case by default.
                    (list (string-append "libc_cv_localedir="
                                         (assoc-ref %outputs "out")
-                                        "/share/locale")))))))))
+                                        "/lib/locale")))))))))
 
 (define-public tzdata
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]