diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-04 19:14:55 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-04 19:14:55 +0800 |
commit | f099563e04bc2f8c96bdfed0db8568fc14b215a5 (patch) | |
tree | dc460ba97bdbf60e25a88c7c0cd7dd5bff69aed0 /chinese/cxterm | |
parent | cd8d08426a04675230ce2646026464c85f817c49 (diff) | |
download | freebsd-ports-gnome-f099563e04bc2f8c96bdfed0db8568fc14b215a5.tar.gz freebsd-ports-gnome-f099563e04bc2f8c96bdfed0db8568fc14b215a5.tar.zst freebsd-ports-gnome-f099563e04bc2f8c96bdfed0db8568fc14b215a5.zip |
Fixed a bogon -- that's /usr, not /uar
Diffstat (limited to 'chinese/cxterm')
-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 |