mercurial: Use opt_prefix in caveat

The caveat mentioned that the `hgext` directory was
in the Cellar.  A better path is the `opt_prefix` path
because it doesn't change when the mercurial is updated.

Closes Homebrew/homebrew#17773.
Closes Homebrew/homebrew#17779.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Christian Höltje 2013-02-11 21:42:02 -05:00 committed by Adam Vandenberg
parent 352c0b5562
commit 1092198ba4
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Mercurial < Formula
s += <<-EOS.undent
Extensions have been installed to:
#{libexec}/hgext
#{opt_prefix}/libexec/hgext
EOS
if build.head? then s += <<-EOS.undent