From 9e776ee076e21cf2c9bee8a4e387fc175a240035 Mon Sep 17 00:00:00 2001 From: Anton Rieder Date: Sun, 24 Mar 2013 01:17:40 +0100 Subject: gnu-sed: Add caveat about "g" prefix Closes #18689. Signed-off-by: Jack Nagel --- Library/Formula/gnu-sed.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library') diff --git a/Library/Formula/gnu-sed.rb b/Library/Formula/gnu-sed.rb index 8df6e36ca..9e711a3ad 100644 --- a/Library/Formula/gnu-sed.rb +++ b/Library/Formula/gnu-sed.rb @@ -15,4 +15,11 @@ class GnuSed < Formula system "./configure", *args system "make install" end + + def caveats; <<-EOS.undent + The command has been installed with the prefix 'g'. + If you do not want the prefix, install using the 'default-names' option. + EOS + end + end -- cgit v1.2.3