diff options
author | asami <asami@FreeBSD.org> | 1997-01-22 04:13:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-22 04:13:25 +0000 |
commit | 7157b08b5fe3ee6c5d8c02bba91ccfbe105e9dd5 (patch) | |
tree | 0aa017f555e8fec72c9e5c8a2bea7bfe499be721 /japanese/vfxdvi300 | |
parent | 2ce2b7a3e4290f1219323d15bdc1032d10379090 (diff) | |
download | FreeBSD-ports-7157b08b5fe3ee6c5d8c02bba91ccfbe105e9dd5.zip FreeBSD-ports-7157b08b5fe3ee6c5d8c02bba91ccfbe105e9dd5.tar.gz |
Pathname was wrong.
Submitted by: kiri@kiri.toba-cmt.ac.jp
Diffstat (limited to 'japanese/vfxdvi300')
-rw-r--r-- | japanese/vfxdvi300/files/customize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/vfxdvi300/files/customize.sh b/japanese/vfxdvi300/files/customize.sh index 7e7c418..5a3c08d 100644 --- a/japanese/vfxdvi300/files/customize.sh +++ b/japanese/vfxdvi300/files/customize.sh @@ -10,7 +10,7 @@ fi echo "Check directory for pkfonts (resolution:$1) and ASCII jTeX's tfm files." echo -echo "Default is .:/usr/local/share/fonts/pk$1:/usr/local/share/tex/jfonts/jfms:\\" +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 "If you use jlatex of ports collection, it should be OK." echo |