Rename install.rb to build.rb for clarity and great justice
It was just confusing, and since the `brew upgrade` refactor this makes more sense too. Shame it still downloads in there etc. but whatever. Homebrew 2 will fix!
This commit is contained in:
parent
13918ff6d9
commit
45ba18b4d5
@ -107,7 +107,7 @@ class FormulaInstaller
|
|||||||
exec '/usr/bin/nice',
|
exec '/usr/bin/nice',
|
||||||
'/usr/bin/ruby',
|
'/usr/bin/ruby',
|
||||||
'-I', Pathname.new(__FILE__).dirname,
|
'-I', Pathname.new(__FILE__).dirname,
|
||||||
'-rinstall',
|
'-rbuild',
|
||||||
'--',
|
'--',
|
||||||
f.path,
|
f.path,
|
||||||
*ARGV.options_only
|
*ARGV.options_only
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user