minc: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
00fa41e7da
commit
5c0ccfbd9f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue