]> git.wh0rd.org - fontconfig.git/commitdiff
Wrong pattern for matching font file names. Fix submitted by
authorKeith Packard <keithp@keithp.com>
Mon, 24 Mar 2003 05:03:20 +0000 (05:03 +0000)
committerKeith Packard <keithp@keithp.com>
Mon, 24 Mar 2003 05:03:20 +0000 (05:03 +0000)
    hjchoe@hancom.com (Choe Hwanjin)

configure.in

index 061ce66e00c00a38d65bb4740b0de3b3735fd919..b45f1115f46dd613761659da9fd5294943602ff3 100644 (file)
@@ -253,7 +253,7 @@ yes)
                x)
                        if test -d "$dir/fonts"; then
                                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
                                                x)
                                                        FC_ADD_FONTS="$sub"