aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibor Wagner2011-11-16 22:45:39 +0100
committerAdam Vandenberg2011-11-17 20:07:56 -0800
commit336f98c49b9bd5be1c67bcc8b3d5edb5667ecd8d (patch)
treeb821b5fd41266dab3ef2e95c4baad87883830de1
parentc9fcbf09fcf9a870aec07d6fb01f18efbf62deda (diff)
downloadhomebrew-336f98c49b9bd5be1c67bcc8b3d5edb5667ecd8d.tar.bz2
source-highlight: install bash completion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/source-highlight.rb3
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