On Mon, 2002-03-04 at 03:09, Junichi Uekawa wrote:
> The above check in make/check does succeed when:
>
> a. locale-gen was not executed
> b. /etc/locale.gen has no final newline and locale-gen fails to parse
>
>
> I think it might be better to check for existence of
> /usr/lib/locale/en_I
Package: boot-floppies
Version: 3.0.20
check_locale:
ifeq ($(USE_LANGUAGE_CHOOSER), true)
@echo "checking for locale charset of en_IN UTF-8"
@if ! grep -q '^en_IN UTF-8' /etc/locale.gen; then \
echo "add the line 'en_IN UTF-8' in /etc/locale.gen, and rerun locale-
gen";
2 matches
Mail list logo