diff options
| author | Libor Wagner | 2011-10-26 15:52:04 +0200 |
|---|---|---|
| committer | Jack Nagel | 2011-10-26 18:20:12 -0500 |
| commit | 94155129e98a15ff9481df217d4c04553b3f9cd0 (patch) | |
| tree | a686bec5ab0dc58f96d9b1b184776ebf4d0662df /Library | |
| parent | 4ae4d4c36024a9bace197e30d2435a875f240e2a (diff) | |
| download | homebrew-94155129e98a15ff9481df217d4c04553b3f9cd0.tar.bz2 | |
tig: install bash completion
Closes #8310.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 |
