diff options
| author | Mike McQuaid | 2011-07-21 10:14:44 -0400 |
|---|---|---|
| committer | Mike McQuaid | 2011-07-21 10:14:44 -0400 |
| commit | 92b9edd34ba32cc0942588de39da5dd2d74ddb80 (patch) | |
| tree | ef9038f73b183242ec31b560be0789bb77ecea41 /Library | |
| parent | f0eab140f87dde0c4ef21da7df654952906908ce (diff) | |
| download | brew-92b9edd34ba32cc0942588de39da5dd2d74ddb80.tar.bz2 | |
brew pull --install should build from source.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/examples/brew-pull.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/examples/brew-pull.rb b/Library/Contributions/examples/brew-pull.rb index d96811b6f..34fb0e4d3 100755 --- a/Library/Contributions/examples/brew-pull.rb +++ b/Library/Contributions/examples/brew-pull.rb @@ -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
\ No newline at end of file +end |
