From 18bfbcdebf5ac668e1d47ace596ac9f1da425624 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 25 Feb 2012 11:36:04 +0000 Subject: brew-pull should build bottles. --- Library/Contributions/examples/brew-pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3