From 35c8a0c7fb3dc701b6c5eeafdb7623e20fbdc7b7 Mon Sep 17 00:00:00 2001 From: Christian Höltje Date: Mon, 11 Feb 2013 21:42:02 -0500 Subject: 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 #17773. Closes #17779. Signed-off-by: Adam Vandenberg --- Library/Formula/mercurial.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index b43bbf164..0846e1b83 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -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 -- cgit v1.2.3