From 249c7ac1b062c8f214dd26fc2a7c69d3bb693695 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 15 May 2012 17:33:58 -0500 Subject: minc: fix typo Signed-off-by: Jack Nagel --- Library/Formula/minc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3