Using configure no longer suggested for Git

Closes Homebrew/homebrew#473
This commit is contained in:
Eric Himmelreich 2010-01-22 16:38:31 -05:00 committed by Max Howell
parent e414a34ca4
commit 00c9592613

View file

@ -17,8 +17,7 @@ class Git <Formula
# If local::lib is used you get a 'Only one of PREFIX or INSTALL_BASE can be given' error
ENV['PERL_MM_OPT']='';
system "./configure --prefix=#{prefix}"
system "make install"
system "make prefix=#{prefix} install"
# Install the git bash completion file
(etc+'bash_completion.d').install 'contrib/completion/git-completion.bash'