diff options
Diffstat (limited to 'Library/Formula/rzip.rb')
| -rw-r--r-- | Library/Formula/rzip.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rzip.rb b/Library/Formula/rzip.rb index ed9603470..04239918b 100644 --- a/Library/Formula/rzip.rb +++ b/Library/Formula/rzip.rb @@ -6,8 +6,8 @@ class Rzip <Formula md5 '0a3ba55085661647c12f2b014c51c406' def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}", "--mandir=#{man}" + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}", "--mandir=#{man}" # --mandir doesn't seem to do anything, so we need to modify the # Makefile ourselves |
