brew pull --install should build from source.
This commit is contained in:
parent
f0eab140f8
commit
92b9edd34b
@ -60,9 +60,9 @@ 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', formula
|
||||
safe_system 'brew', 'install', '--force', '--build-from-source', formula
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user