From a47bab2c72c5686789a105a567c0a2e085964214 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Mon, 13 Oct 1997 23:23:45 +0000 Subject: Change the default font path to reflect the recent changes to the japanese/ptex* ports. PR: 4754 Submitted by: maintainer --- japanese/vfxdvi300/files/customize.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'japanese') diff --git a/japanese/vfxdvi300/files/customize.sh b/japanese/vfxdvi300/files/customize.sh index 5a3c08d6f554..acbd52c4af70 100644 --- a/japanese/vfxdvi300/files/customize.sh +++ b/japanese/vfxdvi300/files/customize.sh @@ -1,7 +1,7 @@ #!/bin/sh # usage sh customize.sh ${RESOLUTION} [BATCH] -DEFAULT_FONT_PATH=.:/usr/local/lib/fonts/pk$1:/usr/local/share/tex/jfonts/jfms:/usr/local/lib/texmf/fonts/public/ptex/tfm +DEFAULT_FONT_PATH=.:/usr/local/lib/fonts/pk$1:/usr/local/share/tex/jfonts/jfms:/usr/local/lib/texmf/fonts/public/ptex/tfm:/usr/local/share/texmf/fonts/tfm/ptex DONE=no if [ $# = 2 ] ; then @@ -11,13 +11,13 @@ fi echo "Check directory for pkfonts (resolution:$1) and ASCII jTeX's tfm files." echo echo "Default is .:/usr/local/lib/fonts/pk$1:/usr/local/share/tex/jfonts/jfms:\\" -echo " :/usr/local/lib/texmf/fonts/public/ptex/tfm" +echo " :/usr/local/lib/texmf/fonts/public/ptex/tfm:/usr/local/share/texmf/fonts/tfm/ptex" echo "If you use jlatex of ports collection, it should be OK." echo while [ "$DONE" != "yes" ] do - lib "Is it OK (y/n)[y]?" + echo "Is it OK (y/n)[y]?" read ans case x"${ans}" in xN*|xn*) -- cgit