Bug#136712: boot-floppies locale existence check is not perfect

2002-03-04 Thread Phil Blundell
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

Bug#136712: boot-floppies locale existence check is not perfect

2002-03-03 Thread Junichi Uekawa mikilab
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";