* configure.ac: Add yet another path to unifont. For parabola.
This commit is contained in:
parent
e40b459617
commit
cec5cf0ced
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2013-05-30 Josh Triplett <josh@joshtriplett.org>
|
||||||
|
|
||||||
* grub-core/normal/cmdline.c (grub_cmdline_get): Fix Ctrl-u
|
* grub-core/normal/cmdline.c (grub_cmdline_get): Fix Ctrl-u
|
||||||
|
|
|
@ -277,7 +277,7 @@ fi
|
||||||
FONT_SOURCE=
|
FONT_SOURCE=
|
||||||
|
|
||||||
for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
|
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
|
if test -f "$dir/unifont.$ext"; then
|
||||||
FONT_SOURCE="$dir/unifont.$ext"
|
FONT_SOURCE="$dir/unifont.$ext"
|
||||||
break 2
|
break 2
|
||||||
|
|
Loading…
Reference in a new issue