aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jless.rb
diff options
context:
space:
mode:
authorJack Nagel2012-05-03 19:41:29 -0500
committerJack Nagel2012-05-03 19:41:29 -0500
commit3dd5e2b779f2af2819bd537433213a2f3dd26d9f (patch)
tree34a3f9ef7b23d8608c72d5960bcabac62db540fe /Library/Formula/jless.rb
parent8a1c2eccb693d43a8a24d9eb373e4a24aa5b96b5 (diff)
downloadhomebrew-3dd5e2b779f2af2819bd537433213a2f3dd26d9f.tar.bz2
jless: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/jless.rb')
-rw-r--r--Library/Formula/jless.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jless.rb b/Library/Formula/jless.rb
index 1578d6b6b..b1c34ac12 100644
--- a/Library/Formula/jless.rb
+++ b/Library/Formula/jless.rb
@@ -30,7 +30,7 @@ class Jless < Formula
end
def install
- system "./configure", "--prefix=#{prefix}", "--mandir=#{prefix}/share/man"
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make install binprefix=j manprefix=j"
end