]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Add yet another path to unifont. For parabola.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 31 May 2013 16:10:31 +0000 (18:10 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 31 May 2013 16:10:31 +0000 (18:10 +0200)
ChangeLog
configure.ac

index e9ef17e7c838bc5015cd187d37c5247ed69f5d98..c22a9e9b49fb0c4e0b82599365ce6fc67ad79cff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-31  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Add yet another path to unifont. For parabola.
+
 2013-05-30  Josh Triplett  <josh@joshtriplett.org>
 
        * grub-core/normal/cmdline.c (grub_cmdline_get): Fix Ctrl-u
index c151550e47fc5a590ee6ca432f8b79b9e39747f4..1c05a11f12d6063009cb3564f1e7456e64ec35d2 100644 (file)
@@ -277,7 +277,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 /usr/share/fonts/uni /usr/share/fonts/truetype/unifont; do
+  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont /usr/share/fonts/uni /usr/share/fonts/truetype/unifont /usr/share/fonts/misc; do
     if test -f "$dir/unifont.$ext"; then
       FONT_SOURCE="$dir/unifont.$ext"
       break 2