diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-04 11:14:55 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-04 11:14:55 +0000 |
| commit | 77a2f9ddae8e51f7abd73b12c21730cdc7f003be (patch) | |
| tree | 3b53585dc1aa52903ccba4c0d58eb26531f3c823 | |
| parent | 4fddf56d3e679a70b2ab01a87115e689a5ed0044 (diff) | |
Fixed a bogon -- that's /usr, not /uar
| -rw-r--r-- | chinese/cxterm/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/cxterm/files/patch-ab b/chinese/cxterm/files/patch-ab index 6936e6a8e08e..189be8245063 100644 --- a/chinese/cxterm/files/patch-ab +++ b/chinese/cxterm/files/patch-ab @@ -15,7 +15,7 @@ xset fp+ "$XFONTDIR" for f in "$@" ; do - if [ "`xlsfonts $f 2>/dev/null`" = "$f" ]; then -+ TRYFONT=`xlsfonts $f 2>/dev/null | /uar/bin/awk '{print $1 ; exit}'` ++ TRYFONT=`xlsfonts $f 2>/dev/null | /usr/bin/awk '{print $1 ; exit}'` + if [ "$TRYFONT" = "$f" ]; then echo $f return 0 |
