Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Rename install.rb to build.rb for clarity and great justice
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
mxcl committed Aug 24, 2011
1 parent 3da76d0 commit 31b51d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Library/Homebrew/formula_installer.rb
Expand Up @@ -107,7 +107,7 @@ def build
exec '/usr/bin/nice',
'/usr/bin/ruby',
'-I', Pathname.new(__FILE__).dirname,
'-rinstall',
'-rbuild',
'--',
f.path,
*ARGV.options_only
Expand Down

0 comments on commit 31b51d0

Please sign in to comment.