aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2011-08-24 13:12:36 +0100
committerMax Howell2011-08-24 22:30:44 +0100
commit31b51d09775d207e7b7a94a6dbec42cfe0274bf6 (patch)
tree0fe4d367f6c5a79f01189d11d5cd49787e7e5e32
parent3da76d0f37318c2beafae326bbc029ec4a36047e (diff)
downloadhomebrew-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-xLibrary/Homebrew/build.rb (renamed from Library/Homebrew/install.rb)0
-rw-r--r--Library/Homebrew/formula_installer.rb2
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