aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Burger2014-10-25 10:14:07 +0200
committerMike McQuaid2014-10-25 09:31:19 +0100
commitae218e639e33a3253c0890e48cc8db6ff92fbdcc (patch)
tree9678d43cd875441f791a3231efa41590efcbec75 /Library
parenta1413c6e70023770646401cc59702c9218f100ab (diff)
downloadhomebrew-ae218e639e33a3253c0890e48cc8db6ff92fbdcc.tar.bz2
scala: link docs correctly for IDEA.
Fixes #31889. Closes #33573. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scala.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb
index 3a225d8ac..f42e7a5d3 100644
--- a/Library/Formula/scala.rb
+++ b/Library/Formula/scala.rb
@@ -43,7 +43,7 @@ class Scala < Formula
# Set up an IntelliJ compatible symlink farm in 'idea'
idea = prefix/'idea'
idea.install_symlink libexec/'src', libexec/'lib'
- (idea/'doc/scala-devel-docs').install_symlink doc => 'api'
+ idea.install_symlink doc => 'doc'
end
def caveats; <<-EOS.undent