Browse Source

build: try to build PDF (3rd try)

Xℹ Ruoyao 5 years ago
parent
commit
0fd91ac52e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zh_CN/fix.sh

+ 1 - 1
zh_CN/fix.sh

@@ -111,4 +111,4 @@ grep '\-c fop.xml' Makefile ||
 	sed 's|fop -q|& -c ../fop.xml|' -i Makefile
 
 grep 'RENDERTMP)/fonts' Makefile ||
-	sed '/fop -q/i \\tmkdir -pv $(RENDERTMP)/fonts; cp -v ../fonts/* $(RENDERTMP)/fonts' -i Makefile
+	sed '/fop -q/i \\tmkdir -pv $(RENDERTMP)/fonts; cp -v fonts/* $(RENDERTMP)/fonts' -i Makefile