Re: [PATCH 1/6] grub-install: Fix inverted test for NLS enabled when copying locales

2020-05-27 Thread Javier Martinez Canillas
On 5/25/20 9:02 PM, Daniel Kiper wrote: > From: Martin Whitaker > > Commit 3d8439da8 (grub-install: Locale depends on nls) attempted to avoid > copying locale files to the target directory when NLS was disabled. > However the test is inverted, and it does the opposite. > > Signed-off-by: Martin

[PATCH 1/6] grub-install: Fix inverted test for NLS enabled when copying locales

2020-05-25 Thread Daniel Kiper
From: Martin Whitaker Commit 3d8439da8 (grub-install: Locale depends on nls) attempted to avoid copying locale files to the target directory when NLS was disabled. However the test is inverted, and it does the opposite. Signed-off-by: Martin Whitaker Signed-off-by: Daniel Kiper --- util/grub-