summaryrefslogtreecommitdiff
path: root/print/latex-cjk/scripts/pre-build
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-10-04 14:54:30 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-10-04 14:54:30 +0000
commitb171a6511071d2a31021bfd7367eab8dd6ec68da (patch)
tree9d5a2a7c280b879106bfa550183eda025d8b2638 /print/latex-cjk/scripts/pre-build
parentTypos. bkai00mp.ttf -> gkai00mp.ttf (diff)
Update to the lastest version.
PR: 21733 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=33407
Diffstat (limited to '')
-rw-r--r--print/latex-cjk/scripts/pre-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/latex-cjk/scripts/pre-build b/print/latex-cjk/scripts/pre-build
index 332e03c0b34f..32b8c2924a5d 100644
--- a/print/latex-cjk/scripts/pre-build
+++ b/print/latex-cjk/scripts/pre-build
@@ -9,7 +9,7 @@ if [ ! -f ${PREFIX}/share/texmf/doc/tetex/README ]; then
echo "-----------------------------------------"
exit 1
# Juse grep for 1.0 is not a preferred method, but it seems there is no
-# other way solving this.
+# other way identifying whether teTeX 1.0 or above is installed.
elif [ -z "`head -1 ${PREFIX}/share/texmf/doc/tetex/README |grep 1\.0`" ]; then
echo "-------------------------------------------"
echo " You do not have teTeX-1.0 installed!"