X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=makefonts.pl;h=7ef95b5c8eeaa51248be715925e1b1899cce9044;hb=3a04c4897c2586fe12b87c0dc4b8e6bf2f087b6b;hp=8c0146ed34c41e96942badc6156529168c2207fe;hpb=4d17e23ffc6f06e4d3a4c76bdc8b526cfd152939;p=chise%2Fomega.git diff --git a/makefonts.pl b/makefonts.pl index 8c0146e..7ef95b5 100755 --- a/makefonts.pl +++ b/makefonts.pl @@ -8,13 +8,13 @@ use IO::Socket::INET; use BerkeleyDB; my $kageaddr="kage2.fonts.jp:80"; # Specify port number! -my $t1asm = "/sw/bin/t1asm"; # point to 't1asm' executable. +my $t1asm = "/usr/local/bin/t1asm"; # point to 't1asm' executable. die "Cannot execute $t1asm. Abort.\n" unless -x $t1asm; -my $pfaedit="/Users/izumi/work/fonteditor/pfaedit/pfaedit/pfaedit"; # point to 'pfaedit' executable. +my $pfaedit="/usr/local/bin/pfaedit"; # point to 'pfaedit' executable. die "Cannot execute $pfaedit. Abort.\n" unless -x $pfaedit; my $cleanup_script="svg2t1.pfe"; # Set the name of pfaedit script. -my $dbpath="/Users/izumi/.chise/glyph.db"; # Set to your DB path. +my $dbpath="$HOME/.chise/glyph.db"; # Set to your DB path. # Open Glyph Database my $db = new BerkeleyDB::Hash -Filename => $dbpath, -Flags => DB_CREATE