Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's like 3 am, not sure what was causing the install issue, the build is installing and working...
install -d /usr/local/include/mupdf
install -d /usr/local/include/mupdf/fitz
install -d /usr/local/include/mupdf/pdf
install -m 644 include/mupdf/.h /usr/local/include/mupdf
install -m 644 include/mupdf/fitz/.h /usr/local/include/mupdf/fitz
install -m 644 include/mupdf/pdf/.h /usr/local/include/mupdf/pdf
install -d /usr/local/lib
install -m 644 build/release/libmupdf.a build/release/libmupdf-third.a /usr/local/lib
install -d /usr/local/bin
install -m 755 build/release/mutool build/release/muraster /usr/local/bin
install -m 755 /usr/local/bin
install: missing destination file operand after '/usr/local/bin'
Try 'install --help' for more information.
make: [install] Error 1 (ignored)
install -d /usr/local/share/man/man1
install -m 644 docs/man/.1 /usr/local/share/man/man1
install -d /usr/local/share/doc/mupdf
install -d /usr/local/share/doc/mupdf/examples
install -m 644 README COPYING CHANGES /usr/local/share/doc/mupdf
install -m 644 docs/.html docs/.css docs/.png /usr/local/share/doc/mupdf
install -m 644 docs/examples/ /usr/local/share/doc/mupdf/examples