diff options
| -rw-r--r-- | Library/Formula/erlang.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index ae240aa30..9f081d6fa 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -34,13 +34,6 @@ class Erlang < Formula sha1 '10b0aa609354c07938ac936578c9d1f12a4249ba' => :snowleopard end - # We can't strip the beam executables or any plugins, there isn't really - # anything else worth stripping and it takes a really, long time to run - # `file` over everything in lib because there is almost 4000 files (and - # really erlang guys! what's with that?! Most of them should be in share/erlang!) - # may as well skip bin too, everything is just shell scripts - skip_clean ['lib', 'bin'] - # remove the autoreconf if possible depends_on :automake depends_on :libtool |
