diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jpeg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jpeg.rb b/Library/Formula/jpeg.rb index c920c3c29..4f5ce8037 100644 --- a/Library/Formula/jpeg.rb +++ b/Library/Formula/jpeg.rb @@ -6,7 +6,7 @@ class Jpeg <Formula @homepage='http://www.ijg.org' def install - system "./configure --disable-debug --prefix='#{prefix}'" + system "./configure", "--prefix=#{prefix}" system "make install" end end
\ No newline at end of file |
