diff options
| author | Mike McQuaid | 2012-02-25 11:36:04 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2012-02-25 11:36:04 +0000 |
| commit | 5d1db0e934b906ed6e84bcd53b4e24fb0c48424c (patch) | |
| tree | 9171f2fe805b0343a8eb671e876a09db10bec804 | |
| parent | 01a6daa4d4d5245b2afcac64109f0037b887b0b3 (diff) | |
| download | brew-5d1db0e934b906ed6e84bcd53b4e24fb0c48424c.tar.bz2 | |
brew-pull should build bottles.
| -rwxr-xr-x | Library/Contributions/examples/brew-pull.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-pull.rb b/Library/Contributions/examples/brew-pull.rb index 980fd1864..30d04120b 100755 --- a/Library/Contributions/examples/brew-pull.rb +++ b/Library/Contributions/examples/brew-pull.rb @@ -70,7 +70,7 @@ HOMEBREW_REPOSITORY.cd do formula = File.basename(filename, '.rb') ohai "Installing #{formula}" # Not sure if this is the best way to install? - safe_system 'brew', 'install', '--force', '--build-from-source', formula + safe_system 'brew', 'install', '--force', '--build-bottle', formula end end end |
