[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CA certificates
From: |
Mark H Weaver |
Subject: |
Re: CA certificates |
Date: |
Fri, 13 Feb 2015 02:28:10 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Mark H Weaver <address@hidden> writes:
> For now, I would try putting the following code at the beginning of your
> custom 'install' phase:
>
> (setenv "LOCPATH" (getcwd))
> (zero? (system* "localedef" "--no-archive"
> "--prefix" (getcwd) "-i" "en_US"
> "-f" "UTF-8" "./en_US.UTF-8"))
> (setlocale LC_ALL "en_US.UTF-8")
I just realized that the 'zero?' is pointless in that position. I would
simply omit it, since if it fails the 'setlocale' should raise an
exception anyway.
Mark
- Re: CA certificates, (continued)
- Re: CA certificates, Andreas Enge, 2015/02/12
- Re: CA certificates, Mark H Weaver, 2015/02/12
- Re: CA certificates, Andreas Enge, 2015/02/12
- Locale of build environments, Ludovic Courtès, 2015/02/12
- Re: Locale of build environments, Andreas Enge, 2015/02/12
- Re: Locale of build environments, Mark H Weaver, 2015/02/14
- Re: Locale of build environments, Ludovic Courtès, 2015/02/26
- Re: Locale of build environments, Mark H Weaver, 2015/02/26
- Re: Locale of build environments, Ludovic Courtès, 2015/02/27
- Re: Locale of build environments, Ludovic Courtès, 2015/02/27
Re: CA certificates,
Mark H Weaver <=
Re: CA certificates, Ludovic Courtès, 2015/02/12