From 43f3f958defc2d8fba8e53e64cfca2b10a1d7f7e Mon Sep 17 00:00:00 2001 From: imiyazaki Date: Thu, 27 Nov 2003 13:47:14 +0000 Subject: [PATCH] use $omegadb_path of Chise_utils.pm. change location of $makefonts. --- chise2otf/chise2otf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chise2otf/chise2otf b/chise2otf/chise2otf index d31c13d..319b631 100755 --- a/chise2otf/chise2otf +++ b/chise2otf/chise2otf @@ -20,13 +20,10 @@ use utf8; use Chise_utils ':all'; require 5.008; -my $omegadb_path="/usr/local/lib/chise/omega"; -$omegadb_path=~s!/$!!; - # currently does not work, so... $opt_use_kage_for_Ext_B=0; -my $makefonts="$omegadb_path/makefonts.pl"; +my $makefonts="/usr/local/share/texmf/omega/ocp/local/chise/makefonts.pl"; my $exec_makefonts=0; my $geta=pack("S",8750|0x8080); -- 1.7.10.4