aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-02-25 11:36:04 +0000
committerMike McQuaid2012-02-25 11:36:04 +0000
commit18bfbcdebf5ac668e1d47ace596ac9f1da425624 (patch)
treee0e1947a2ab360e684f64f36f43af27aca3ac52d /Library
parent4423bf827266a0338fa468d87b5b9835fa6866e1 (diff)
downloadhomebrew-18bfbcdebf5ac668e1d47ace596ac9f1da425624.tar.bz2
brew-pull should build bottles.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/examples/brew-pull.rb2
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