Skip to content

Commit c5da57a

Browse files
authored
Fix typo
fix typo
1 parent 917f2d8 commit c5da57a

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)