diff options
| author | Max Howell | 2011-08-24 13:12:36 +0100 |
|---|---|---|
| committer | Max Howell | 2011-08-24 22:30:44 +0100 |
| commit | 31b51d09775d207e7b7a94a6dbec42cfe0274bf6 (patch) | |
| tree | 0fe4d367f6c5a79f01189d11d5cd49787e7e5e32 | |
| parent | 3da76d0f37318c2beafae326bbc029ec4a36047e (diff) | |
| download | homebrew-31b51d09775d207e7b7a94a6dbec42cfe0274bf6.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!
| -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 |
