minc: fix typo

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-15 17:33:58 -05:00
parent 00fa41e7da
commit 5c0ccfbd9f

View file

@ -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"