aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-02-19 17:03:21 -0600
committerJack Nagel2012-02-19 17:03:21 -0600
commit986abfe2f41b981edb1fa9e58d15428868c74d25 (patch)
treee9a614191492cb2afd118e7d84888f1d1a64b892 /Library/Formula
parent74603d75a7c6fb66e91254833a45ba252f8bc815 (diff)
downloadhomebrew-986abfe2f41b981edb1fa9e58d15428868c74d25.tar.bz2
autojump: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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