On Tuesday 28 June 2005 06:39, Christian Perrier wrote:
> "if LOCALE is not C AND ((LANGUAGE not en or COUNTRY not US) or ARCH
> not ppc)"
Shouldn't the test for en_US be dropped altogether now that we have proper
support for "C". IIRC the test was only added because we did not have "C"
in langu
> > +# Install localization-config only if "LANG"" != en_US or
> > +# arch is powerpc.
> > +# LANG is NOT defined here so we use LANGUAGE AND COUNTRY
> > +# This is made here because we also need the country choice
> > +if [ "$LANGUAGE" != "C" ] ; then
> > + if [ "$LANGUAGE" != "en" -o "$COUNTRY
On Mon, Jun 27, 2005 at 07:50:29AM +0200, Christian Perrier wrote:
> In #277073, Konstantionos propsoed a patch for languagechooser to have
> it trigger the install of localization-config when the "locale" is not
> en_US or when the architecture is powerpc.
>
> This patch was however completely wr
In #277073, Konstantionos propsoed a patch for languagechooser to have
it trigger the install of localization-config when the "locale" is not
en_US or when the architecture is powerpc.
This patch was however completely wrong as it attempted using a
non-existent LANG variable. So Joey reverted it..
4 matches
Mail list logo