aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorJack Nagel2012-09-13 12:55:42 -0500
committerJack Nagel2012-09-13 12:55:42 -0500
commitc6e91d9fb899457799490587e5d6962658108a6b (patch)
treeba8ec47219797538508c1903ff29e34416788e7a /Library/Formula/node.rb
parent4c5fb8899e011f831eff320f9be3c01e3c07532a (diff)
downloadhomebrew-c6e91d9fb899457799490587e5d6962658108a6b.tar.bz2
node: remove skip_clean :all
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index e522ad021..4a9913700 100644
--- a/Library/Formula/node.rb
+++ b/Library/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'