summaryrefslogtreecommitdiff
path: root/print/latex-cjk/scripts/pre-build
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-02-20 16:26:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-02-20 16:26:58 +0000
commit029b209d330e5082cbae2c7100c55eed692fafd2 (patch)
tree25464eafd9eb8fd8c5c27c5cf6679b5cea0dbf00 /print/latex-cjk/scripts/pre-build
parentAdd WWW; (diff)
make it work with teTeX 2.0.1
Notes
Notes: svn path=/head/; revision=75948
Diffstat (limited to '')
-rw-r--r--print/latex-cjk/scripts/pre-build14
1 files changed, 7 insertions, 7 deletions
diff --git a/print/latex-cjk/scripts/pre-build b/print/latex-cjk/scripts/pre-build
index 32b8c2924a5d..3c415af4b1ec 100644
--- a/print/latex-cjk/scripts/pre-build
+++ b/print/latex-cjk/scripts/pre-build
@@ -2,7 +2,7 @@
PATH=/bin:/usr/bin; export PATH
# Check if teTeX is installed.
-if [ ! -f ${PREFIX}/share/texmf/doc/tetex/README ]; then
+if [ ! -f ${PREFIX}/share/texmf/doc/tetex/teTeX-FAQ ]; then
echo "-----------------------------------------"
echo "teTeX is not installed!"
echo "It's recommended to use CJK upon teTeX!"
@@ -10,10 +10,10 @@ if [ ! -f ${PREFIX}/share/texmf/doc/tetex/README ]; then
exit 1
# Juse grep for 1.0 is not a preferred method, but it seems there is no
# 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!"
- echo " CJK 4.3.0 needs it to function properly."
- echo "-------------------------------------------"
- exit 1
+#elif [ -z "`head -1 ${PREFIX}/share/texmf/doc/tetex/README |grep 1\.0`" ]; then
+# echo "-------------------------------------------"
+# echo " You do not have teTeX-1.0 installed!"
+# echo " CJK 4.3.0 needs it to function properly."
+# echo "-------------------------------------------"
+# exit 1
fi