diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/minc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/minc.rb b/Library/Formula/minc.rb index 729b922c1..b2914904a 100644 --- a/Library/Formula/minc.rb +++ b/Library/Formula/minc.rb @@ -21,7 +21,7 @@ class Minc < Formula end def install - system "autoreconf", "--force", "--instal" + system "autoreconf", "--force", "--install" system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" |
