aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index c76343d58..2d2652949 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -5,6 +5,12 @@ class Node <Formula
homepage 'http://nodejs.org/'
md5 '4e6c0427da7ff67cd475f28affb859e4'
+ def skip_clean? path
+ # TODO: at some point someone should tweak this so it only skips clean
+ # for the bits that break the build otherwise
+ true
+ end
+
def install
ENV.gcc_4_2
system "./configure", "--prefix=#{prefix}"