From 480a31b966b15baaa339b76e3dedec1834ccc1ba Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 13 Sep 2012 12:55:42 -0500 Subject: [PATCH] node: remove skip_clean :all Signed-off-by: Jack Nagel --- Formula/node.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Formula/node.rb b/Formula/node.rb index e522ad021c3..4a991370051 100644 --- a/Formula/node.rb +++ b/Formula/node.rb @@ -61,9 +61,6 @@ class Node < Formula build 2326 end - # Stripping breaks dynamic loading - skip_clean :all - def install args = %W{--prefix=#{prefix}} args << "--debug" if build.include? 'enable-debug'