aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-05-15 17:33:58 -0500
committerJack Nagel2012-05-15 17:33:58 -0500
commit249c7ac1b062c8f214dd26fc2a7c69d3bb693695 (patch)
tree0681c25af28cf0247bc54654c9796036b4994b72 /Library/Formula
parentfcd7f8a58d3c31c1378e74acde5c0c80a4ea4b70 (diff)
downloadhomebrew-249c7ac1b062c8f214dd26fc2a7c69d3bb693695.tar.bz2
minc: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/minc.rb2
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"