brew-pull should build bottles.

This commit is contained in:
Mike McQuaid 2012-02-25 11:36:04 +00:00
parent 01a6daa4d4
commit 5d1db0e934

View File

@ -70,7 +70,7 @@ HOMEBREW_REPOSITORY.cd do
formula = File.basename(filename, '.rb') formula = File.basename(filename, '.rb')
ohai "Installing #{formula}" ohai "Installing #{formula}"
# Not sure if this is the best way to install? # 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 end
end end