Skip to content

Commit 9045b66

Browse files
authored
Merge pull request #296 from wenheping/patch-2
Fix typo
2 parents 917f2d8 + c5da57a commit 9045b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/freebsd/freebsd_pymupdf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git clone https://github.com/pymupdf/PyMuPDF.git
99

1010
cd mupdf-1.14.0-source
1111
# replace 3 files in mupdf-1.14.0
12-
cp ../PyMuPDF/fitz/_mupdf_config.h include/mupdf/fitz/config.hfig.h
12+
cp ../PyMuPDF/fitz/_mupdf_config.h include/mupdf/fitz/config.h
1313
cp ../PyMuPDF/fitz/_error.c source/fitz/error.c
1414
cp ../PyMuPDF/fitz/_pdf-device.c source/pdf/pdf-device.c
1515

0 commit comments

Comments
 (0)