diff options
| author | Max Howell | 2011-08-24 13:12:36 +0100 |
|---|---|---|
| committer | Max Howell | 2011-08-24 22:30:44 +0100 |
| commit | 45ba18b4d5df138e7388fa911ce3810620c18a69 (patch) | |
| tree | 317ff8630f23ceb251d8c0eebac022c2f305b8bc /Library | |
| parent | 13918ff6d9e093e4ec7e8eac36d5076f3c41eb03 (diff) | |
| download | brew-45ba18b4d5df138e7388fa911ce3810620c18a69.tar.bz2 | |
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!
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/build.rb (renamed from Library/Homebrew/install.rb) | 0 | ||||
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/build.rb index 9844ef401..9844ef401 100755 --- a/Library/Homebrew/install.rb +++ b/Library/Homebrew/build.rb diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index dc145e371..b8cb7d7b0 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -107,7 +107,7 @@ class FormulaInstaller exec '/usr/bin/nice', '/usr/bin/ruby', '-I', Pathname.new(__FILE__).dirname, - '-rinstall', + '-rbuild', '--', f.path, *ARGV.options_only |
