Wrong pattern for matching font file names. Fix submitted by
hjchoe@hancom.com (Choe Hwanjin)
This commit is contained in:
parent
c8582ff72a
commit
7dbeec1738
|
@ -253,7 +253,7 @@ yes)
|
||||||
x)
|
x)
|
||||||
if test -d "$dir/fonts"; then
|
if test -d "$dir/fonts"; then
|
||||||
for sub in "$dir"/fonts/*; do
|
for sub in "$dir"/fonts/*; do
|
||||||
if ls "$sub" | grep -q -i '\.pf\|\.tt\|.ot'; then
|
if ls "$sub" | grep -q -i '\.pf\|\.tt\|\.ot'; then
|
||||||
case x$FC_ADD_FONTS in
|
case x$FC_ADD_FONTS in
|
||||||
x)
|
x)
|
||||||
FC_ADD_FONTS="$sub"
|
FC_ADD_FONTS="$sub"
|
||||||
|
|
Loading…
Reference in New Issue