aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-23 22:35:43 -0700
committerAdam Vandenberg2010-07-23 22:35:43 -0700
commit5c1ee4628172ec600d39bf6fe546c50687ada505 (patch)
tree3ee286be9ad18da8a96bd2be6cd0c2818d19139b /Library
parent193bec2db8cdff2a706fc29127d8d0203aaf39be (diff)
downloadhomebrew-5c1ee4628172ec600d39bf6fe546c50687ada505.tar.bz2
node - only need to replace in wscript
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/node.rb2
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