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:
Max Howell 2011-08-24 13:12:36 +01:00
parent 13918ff6d9
commit 45ba18b4d5
2 changed files with 1 additions and 1 deletions

View File

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