mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 10:08:18 +00:00
add /u/s/fonts/truetype/dejavu to the DejaVu fonts search paths
Patch-Name: dejavu-font-path.patch
This commit is contained in:
parent
c8351a8a7a
commit
973e040bde
@ -1719,7 +1719,7 @@ fi
|
||||
|
||||
if test x"$starfield_excuse" = x; then
|
||||
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/truetype/ttf-dejavu /usr/share/fonts/dejavu /usr/share/fonts/truetype; do
|
||||
for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/dejavu /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu /usr/share/fonts/truetype; do
|
||||
if test -f "$dir/DejaVuSans.$ext"; then
|
||||
DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext"
|
||||
break 2
|
||||
|
Loading…
Reference in New Issue
Block a user