From 986abfe2f41b981edb1fa9e58d15428868c74d25 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 19 Feb 2012 17:03:21 -0600 Subject: autojump: fix audit warning Signed-off-by: Jack Nagel --- Library/Formula/autojump.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3