diff options
| author | Mike McQuaid | 2014-01-18 21:58:42 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-19 14:19:07 -0800 |
| commit | 099cfea6ae512db71c777919df7a18f2af657a03 (patch) | |
| tree | 0b0c5b3cabb07479a574c11da6d0641fbd5e1efc /Library | |
| parent | 90121ed8fdfe8571663790919981378b26ef13a6 (diff) | |
| download | homebrew-099cfea6ae512db71c777919df7a18f2af657a03.tar.bz2 | |
emacs: remove duplicated .app caveats.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/emacs.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 5421e7805..db7c46c8e 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -126,14 +126,6 @@ class Emacs < Formula s = "" if build.include? "cocoa" s += <<-EOS.undent - Emacs.app was installed to: - #{prefix} - - To link the application to a normal Mac OS X location: - brew linkapps - or: - ln -s #{prefix}/Emacs.app /Applications - A command line wrapper for the cocoa app was installed to: #{bin}/emacs EOS |
