From: imiyazaki Date: Thu, 27 Nov 2003 13:47:14 +0000 (+0000) Subject: use $omegadb_path of Chise_utils.pm. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=43f3f958defc2d8fba8e53e64cfca2b10a1d7f7e;p=chise%2Fomega.git use $omegadb_path of Chise_utils.pm. change location of $makefonts. --- 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);