From a31ca34ea40cfd2679f16e2997c792d8b8c3156d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 27 Jun 2013 20:40:39 -0700 Subject: aubio: fix more audit warnings --- Library/Formula/aubio.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/aubio.rb b/Library/Formula/aubio.rb index 6d2692bbd..ac28142d5 100644 --- a/Library/Formula/aubio.rb +++ b/Library/Formula/aubio.rb @@ -30,10 +30,8 @@ class Aubio < Formula system "make install" end - def caveats; <<-EOS.undent - For non-homebrew Python, you need to amend your PYTHONPATH like so: - export PYTHONPATH=#{HOMEBREW_PREFIX}/lib/#{python.xy}/site-packages:$PYTHONPATH - EOS + def caveats + python.standard_caveats if python end def test -- cgit v1.2.3