Remove the fix for Homebrew/homebrew#1317 from `erlang`.
It is obsolete in erlang 14B. Signed-off-by: Adam Vandenberg <flangy@gmail.com>master
parent
68b4650388
commit
ba216ce942
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue