node: remove skip_clean :all

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-09-13 12:55:42 -05:00
parent 939e827709
commit 480a31b966
1 changed files with 0 additions and 3 deletions

View File

@ -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'