aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-03 11:09:00 -0700
committerAdam Vandenberg2013-05-03 11:09:00 -0700
commit11aaa65fca7eca3e082fb5e472d94e617b9c29c2 (patch)
tree5e14b648afb4b3cb631ebed94aec84987c5a43e6 /Library/Formula
parentc64a01739780366de0990f18d06e0228f8a1723c (diff)
downloadhomebrew-11aaa65fca7eca3e082fb5e472d94e617b9c29c2.tar.bz2
autojump: use path helper
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/autojump.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb
index b52cb1747..ff5c2a58d 100644
--- a/Library/Formula/autojump.rb
+++ b/Library/Formula/autojump.rb
@@ -13,7 +13,7 @@ class Autojump < Formula
bin.install 'bin/autojump'
man1.install 'docs/autojump.1'
(prefix+'etc').install 'bin/autojump.sh', 'bin/autojump.bash', 'bin/autojump.zsh'
- (share+'zsh/site-functions').install 'bin/_j'
+ zsh_completion.install 'bin/_j'
end
def caveats; <<-EOS.undent