diff options
| author | Libor Wagner | 2011-11-16 22:45:39 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-11-17 20:07:56 -0800 | 
| commit | 336f98c49b9bd5be1c67bcc8b3d5edb5667ecd8d (patch) | |
| tree | b821b5fd41266dab3ef2e95c4baad87883830de1 | |
| parent | c9fcbf09fcf9a870aec07d6fb01f18efbf62deda (diff) | |
| download | homebrew-336f98c49b9bd5be1c67bcc8b3d5edb5667ecd8d.tar.bz2 | |
source-highlight: install bash completion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/source-highlight.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Library/Formula/source-highlight.rb b/Library/Formula/source-highlight.rb index 6f9710a20..d59f77410 100644 --- a/Library/Formula/source-highlight.rb +++ b/Library/Formula/source-highlight.rb @@ -12,5 +12,8 @@ class SourceHighlight < Formula                            "--prefix=#{prefix}",                            "--with-boost=#{HOMEBREW_PREFIX}"      system "make install" + +    bash_completion_d = prefix + 'etc/bash_completion.d' +    bash_completion_d.install 'source-highlight-bash-completion'    end  end | 
