aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-08-30 09:40:05 -0700
committerAdam Vandenberg2011-08-30 09:40:05 -0700
commit51bf2a7d169e28eadd1f4a592529d291055dfe94 (patch)
tree1b88ecd4fda433f744e874de6f5af2f0eec2ea19 /Library
parent4094a37ae1bd78e7656a87646b0d23970c6b977f (diff)
downloadhomebrew-51bf2a7d169e28eadd1f4a592529d291055dfe94.tar.bz2
irssi: fix audit warning
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/irssi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb
index 003f63335..0668bf9b9 100644
--- a/Library/Formula/irssi.rb
+++ b/Library/Formula/irssi.rb
@@ -21,7 +21,7 @@ class Irssi < Formula
system "./configure", "--prefix=#{prefix}",
"--with-perl=yes",
- "--with-perl-lib=#{prefix}/lib/perl5/site_perl",
+ "--with-perl-lib=#{lib}/perl5/site_perl",
"--with-bot",
"--with-proxy",
"--enable-ssl",