diff options
Diffstat (limited to 'Library/Formula/tmux.rb')
| -rw-r--r-- | Library/Formula/tmux.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb index 5f2945d8a..8d5a2aaa5 100644 --- a/Library/Formula/tmux.rb +++ b/Library/Formula/tmux.rb @@ -31,22 +31,12 @@ class Tmux < Formula "--prefix=#{prefix}", "--sysconfdir=#{etc}" system "make install" - # Install bash completion scripts for use with bash-completion (prefix+'etc/bash_completion.d').install "examples/bash_completion_tmux.sh" => 'tmux' # Install addtional meta file prefix.install 'NOTES' end - def caveats; <<-EOS.undent - Additional information can be found in: - #{prefix}/NOTES - - Bash completion script was installed to: - #{etc}/bash_completion.d/tmux - EOS - end - def test system "#{bin}/tmux", "-V" end |
