diff options
| author | Jack Nagel | 2012-02-19 17:03:21 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-19 17:03:21 -0600 |
| commit | 986abfe2f41b981edb1fa9e58d15428868c74d25 (patch) | |
| tree | e9a614191492cb2afd118e7d84888f1d1a64b892 /Library/Formula | |
| parent | 74603d75a7c6fb66e91254833a45ba252f8bc815 (diff) | |
| download | homebrew-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.rb | 2 |
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 |
