aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 13:16:02 +0000
committerMike McQuaid2014-01-04 13:35:47 +0000
commit5f110389558c0ef74b34c70cd55bc2d6a712dfef (patch)
tree7b36d2e36c66008d7ccdf14a62eb3ab6c71a753a /Library/Formula
parentd61f6c74df660eebac04a5928ed8602edec14f64 (diff)
downloadhomebrew-5f110389558c0ef74b34c70cd55bc2d6a712dfef.tar.bz2
redland: cleanup python usage.
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