aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMartin Kühl2010-09-21 09:16:40 +0200
committerAdam Vandenberg2010-10-03 17:58:37 -0700
commit5b4c565286a186ad0ed88e3f8d3854788acd60be (patch)
treed823f7fd68ec13b98d774bd2098184ee069fd17b /Library/Formula
parentd861a9cc36b32b630db97112755bf3988a706bff (diff)
downloadhomebrew-5b4c565286a186ad0ed88e3f8d3854788acd60be.tar.bz2
Remove the fix for #1317 from `erlang`.
It is obsolete in erlang 14B. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/erlang.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index ee998bef8..291990f5f 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -62,9 +62,6 @@ class Erlang <Formula
manuals = ARGV.build_head? ? ErlangHeadManuals : ErlangManuals
manuals.new.brew { man.install Dir['man/*'] }
-
- # See: http://github.com/mxcl/homebrew/issues/issue/1317
- (lib+"erlang/lib/tools-2.6.5.1/emacs").install "lib/tools/emacs/erlang-skels.el"
end
def test