From 94155129e98a15ff9481df217d4c04553b3f9cd0 Mon Sep 17 00:00:00 2001 From: Libor Wagner Date: Wed, 26 Oct 2011 15:52:04 +0200 Subject: tig: install bash completion Closes #8310. Signed-off-by: Jack Nagel --- Library/Formula/tig.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb index af27337c9..f5edc4ea1 100644 --- a/Library/Formula/tig.rb +++ b/Library/Formula/tig.rb @@ -9,5 +9,8 @@ class Tig < Formula system "./configure", "--prefix=#{prefix}" system "make install" system "make install-doc-man" + + bash_completion_d = prefix + 'etc' + 'bash_completion.d' + bash_completion_d.install 'contrib/tig-completion.bash' end end -- cgit v1.2.3