Skip to content

Commit

Permalink
brew-pull should build bottles.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Feb 25, 2012
1 parent 4423bf8 commit 18bfbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Contributions/examples/brew-pull.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
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
Expand Down

0 comments on commit 18bfbcd

Please sign in to comment.