aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/examples/brew-pull.rb4
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