diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tig.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
