aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-03 19:21:37 -0600
committerJack Nagel2013-03-03 19:21:37 -0600
commit98d5e91220f570a069e6b7cd9b1b349bdfb42eab (patch)
treed5b4744b2823df01d087d2ccb51c879798f26db7 /Library/Formula
parent8643c6cd75ed02c3f49e9eac63a90913a507a544 (diff)
downloadhomebrew-98d5e91220f570a069e6b7cd9b1b349bdfb42eab.tar.bz2
libxslt: use opt_prefix in caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libxslt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libxslt.rb b/Library/Formula/libxslt.rb
index d133ea51f..3a5c969fe 100644
--- a/Library/Formula/libxslt.rb
+++ b/Library/Formula/libxslt.rb
@@ -20,7 +20,7 @@ class Libxslt < Formula
def caveats; <<-EOS.undent
To allow the nokogiri gem to link against this libxslt run:
- gem install nokogiri -- --with-xslt-dir=#{prefix}
+ gem install nokogiri -- --with-xslt-dir=#{opt_prefix}
EOS
end
end