From 5c0ccfbd9fb17d5bb487f46ec1fea7958d170ef1 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 15 May 2012 17:33:58 -0500 Subject: [PATCH] minc: fix typo Signed-off-by: Jack Nagel --- Formula/minc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/minc.rb b/Formula/minc.rb index 729b922c1e..b2914904af 100644 --- a/Formula/minc.rb +++ b/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"