diff options
Diffstat (limited to 'japanese/platex-otf/files/patch-script::mkutfvf.pl')
-rw-r--r-- | japanese/platex-otf/files/patch-script::mkutfvf.pl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/japanese/platex-otf/files/patch-script::mkutfvf.pl b/japanese/platex-otf/files/patch-script::mkutfvf.pl deleted file mode 100644 index cbbb3c34e849..000000000000 --- a/japanese/platex-otf/files/patch-script::mkutfvf.pl +++ /dev/null @@ -1,20 +0,0 @@ ---- script/mkutfvf.pl.orig Wed Feb 25 03:52:46 2004 -+++ script/mkutfvf.pl Sat Aug 21 20:30:45 2004 -@@ -22,7 +22,7 @@ - &fontfoot; - &writechar; - close(OUT); -- system("ovp2ovf ovp/$filename.ovp vf/$filename.vf vf/$filename.ofm"); -+ system("ovp2ovf-old ovp/$filename.ovp vf/$filename.vf vf/$filename.ofm"); - unlink "vf/$filename.ofm"; - } - } -@@ -46,7 +46,7 @@ - &fontfoot; - &writechar; - close(OUT); -- system("ovp2ovf ovp/$filename.ovp vf/$filename.vf vf/$filename.ofm"); -+ system("ovp2ovf-old ovp/$filename.ovp vf/$filename.vf vf/$filename.ofm"); - unlink "vf/$filename.ofm"; - } - } |