aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/redland.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/redland.rb b/Library/Formula/redland.rb
index ee84e69fd..9af0a895b 100644
--- a/Library/Formula/redland.rb
+++ b/Library/Formula/redland.rb
@@ -73,7 +73,7 @@ class Redland < Formula
end
if build.with? 'python'
- ENV['PYTHON_LIB'] = python.site_packages
+ ENV['PYTHON_LIB'] = lib/'python2.7/site-packages'
args << "--with-python"
end
@@ -112,8 +112,6 @@ class Redland < Formula
EOS
end
- s += python.standard_caveats if python
-
return s.empty? ? nil : s
end
end