diff options
| author | Jack Nagel | 2012-09-13 12:55:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-13 12:55:42 -0500 |
| commit | c6e91d9fb899457799490587e5d6962658108a6b (patch) | |
| tree | ba8ec47219797538508c1903ff29e34416788e7a /Library/Formula/node.rb | |
| parent | 4c5fb8899e011f831eff320f9be3c01e3c07532a (diff) | |
| download | homebrew-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.rb | 3 |
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' |
