From: Jiri Slaby <jirisl...@gmail.com>

Location of the fonts in Suse is /usr/share/fonts/uni. We have to use
this patch when packaging grub2. Instead, it would be great to have
this upstream so others may leverage that.

Signed-off-by: Jiri Slaby <jirisl...@gmail.com>
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3a95b04..5ea7ffe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,7 +242,7 @@ fi
 FONT_SOURCE=
 
 for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
-  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont; do
+  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont 
/usr/share/fonts/uni; do
     if test -f "$dir/unifont.$ext"; then
       FONT_SOURCE="$dir/unifont.$ext"
       break 2
-- 
1.7.10.4



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to