brew-pull should build bottles.
This commit is contained in:
parent
01a6daa4d4
commit
5d1db0e934
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user