aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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 5ff1450b4..312ac791b 100644
--- a/Library/Formula/autojump.rb
+++ b/Library/Formula/autojump.rb
@@ -14,7 +14,7 @@ class Autojump < Formula
man1.install 'autojump.1'
(prefix+'etc').install 'autojump.sh' => 'autojump'
(prefix+'etc').install 'autojump.bash', 'autojump.zsh'
- (prefix+'share/zsh/functions').install '_j'
+ (share+'zsh/functions').install '_j'
end
def caveats; <<-EOS.undent