aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/source-highlight.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-03 11:03:31 -0700
committerAdam Vandenberg2013-05-03 11:03:42 -0700
commitc150b7ed85f08e4ebb9a1d5bf3171eed89e345c4 (patch)
treeedc92af00a3fda0cfc671d02e0e063538793b403 /Library/Formula/source-highlight.rb
parent303ce8fe86b56d9edb8cede08b113817e8b1a6c7 (diff)
downloadhomebrew-c150b7ed85f08e4ebb9a1d5bf3171eed89e345c4.tar.bz2
use bash/zsh path helpers
Diffstat (limited to 'Library/Formula/source-highlight.rb')
-rw-r--r--Library/Formula/source-highlight.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/source-highlight.rb b/Library/Formula/source-highlight.rb
index 4d6191390..21e3dd8ba 100644
--- a/Library/Formula/source-highlight.rb
+++ b/Library/Formula/source-highlight.rb
@@ -14,6 +14,6 @@ class SourceHighlight < Formula
"--with-boost=#{HOMEBREW_PREFIX}"
system "make install"
- (prefix+'etc/bash_completion.d').install 'completion/source-highlight'
+ bash_completion.install 'completion/source-highlight'
end
end