Using configure no longer suggested for Git
Closes Homebrew/homebrew#473
This commit is contained in:
parent
e414a34ca4
commit
00c9592613
1 changed files with 1 additions and 2 deletions
|
@ -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
|
# If local::lib is used you get a 'Only one of PREFIX or INSTALL_BASE can be given' error
|
||||||
ENV['PERL_MM_OPT']='';
|
ENV['PERL_MM_OPT']='';
|
||||||
|
|
||||||
system "./configure --prefix=#{prefix}"
|
system "make prefix=#{prefix} install"
|
||||||
system "make install"
|
|
||||||
|
|
||||||
# Install the git bash completion file
|
# Install the git bash completion file
|
||||||
(etc+'bash_completion.d').install 'contrib/completion/git-completion.bash'
|
(etc+'bash_completion.d').install 'contrib/completion/git-completion.bash'
|
||||||
|
|
Loading…
Reference in a new issue