From 15cfe437cfe6dfed205cb803da8b804a2d53c40e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 5 Oct 2019 19:45:51 +0300 Subject: [PATCH] grub: let nls be detected --- core/grub/build | 1 - 1 file changed, 1 deletion(-) diff --git a/core/grub/build b/core/grub/build index 5d52ade9..3cf00cc5 100755 --- a/core/grub/build +++ b/core/grub/build @@ -11,7 +11,6 @@ build_grub() ( --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ - --disable-nls \ --disable-werror \ --disable-grub-mkfont \ --disable-grub-mount \