소스 검색

build: try to build PDF (3rd try)

Xℹ Ruoyao 5 년 전
부모
커밋
0fd91ac52e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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