From 8b969e981c0103eaf7f108a0eba50dd54494cadc Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 2 Feb 2014 10:11:48 +0000 Subject: [PATCH] caveats: tweak app bundle message. --- Library/Homebrew/caveats.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index fff0b603ca..75746a8d23 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -63,7 +63,7 @@ class Caveats def app_caveats if keg and keg.app_installed? <<-EOS.undent - .app bundles were installed to #{f.prefix} (or libexec). + .app bundles were installed. Run `brew linkapps` to symlink these to /Applications. EOS end