#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_fix_kochigothic_fonts_path.dpatch by Nobuhiro Iwamatsu <hemamu@t-base.ne.jp>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix ttfsrc's kochigothic path.
@DPATCH@
--- a/ttfsrc/Makefile 2003-09-10 11:54:11.000000000 +0900
+++ b/ttfsrc/Makefile 2006-11-26 14:38:57.000000000 +0900
@@ -33,7 +33,8 @@
# modify this:
#BASE_OUTLINE_TTF=/usr/share/fonts/ja/TrueType/kochi-gothic.ttf # for RedHat
-BASE_OUTLINE_TTF=/src/kochi-substitute/kochi-gothic-subst.ttf
+BASE_OUTLINE_TTF=/usr/share/fonts/truetype/kochi/kochi-gothic-subst.ttf
+
MONA_OUTLINE_TTF=mona-outline.ttf
TTFPACK=$(PERL) $(TTFTOOLS)/ttfpack