diff options
Diffstat (limited to 'Library/Formula/mupdf.rb')
| -rw-r--r-- | Library/Formula/mupdf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mupdf.rb b/Library/Formula/mupdf.rb index 50aa3c102..71e0c46ce 100644 --- a/Library/Formula/mupdf.rb +++ b/Library/Formula/mupdf.rb @@ -33,7 +33,7 @@ class Mupdf < Formula def install ENV.x11 # For LibPNG and Freetype - system "make install prefix=#{prefix}" + system "make", "install", "prefix=#{prefix}" # MuPDF comes with some handy command-line tools. However, their names can # clash with other tools installed by formulae such as Poppler. So, we |
