look for DejaVu also in /usr/share/fonts/truetype
It is installed in this path on openSUSE.
This commit is contained in:
parent
6f65e36cc4
commit
36387ece6b
2 changed files with 5 additions and 1 deletions
|
@ -1389,7 +1389,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; 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
|
||||
if test -f "$dir/DejaVuSans.$ext"; then
|
||||
DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext"
|
||||
break 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue