aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/catdoc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/catdoc.rb')
-rw-r--r--Library/Formula/catdoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/catdoc.rb b/Library/Formula/catdoc.rb
index aace4f309..574bac93a 100644
--- a/Library/Formula/catdoc.rb
+++ b/Library/Formula/catdoc.rb
@@ -8,7 +8,7 @@ class Catdoc < Formula
def install
# catdoc configure says it respects --mandir=, but does not.
ENV['man1dir'] = man1
- system "./configure --disable-debug --disable-dependency-tracking --prefix=#{prefix}"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
# The INSTALL file confuses make on case insensitive filesystems.
system "mv INSTALL INSTALL.txt"
system "make"