diff options
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 62a4eefb2..296b9e3de 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -16,7 +16,7 @@ class Node <Formula def install fails_with_llvm - inreplace %w{wscript configure} do |s| + inreplace 'wscript' do |s| s.gsub! '/usr/local', HOMEBREW_PREFIX s.gsub! '/opt/local/lib', '/usr/lib' end |
