]> git.proxmox.com Git - grub2.git/commit
grub-install: Fix inverted test for NLS enabled when copying locales
authorMartin Whitaker <fsf@martin-whitaker.me.uk>
Mon, 25 May 2020 19:02:10 +0000 (21:02 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 18 Sep 2020 19:17:07 +0000 (21:17 +0200)
commit8451454889f3b46312cc16eb07970d6c20da0812
tree483376c422552b210e4cf92e3ba674d136b0da89
parenta6838bbc6726ad624bd2b94991f690b8e9d23c69
grub-install: Fix inverted test for NLS enabled when copying locales

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 <fsf@martin-whitaker.me.uk>
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
util/grub-install-common.c