diff options
| author | Adam Vandenberg | 2013-06-27 20:40:39 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-27 20:40:39 -0700 |
| commit | a31ca34ea40cfd2679f16e2997c792d8b8c3156d (patch) | |
| tree | a128b058b71e2d599d805d261ee0d6fef5076d4f /Library/Formula | |
| parent | f7e5d272de3665cb7d4e90012e457b5fafea6110 (diff) | |
| download | homebrew-a31ca34ea40cfd2679f16e2997c792d8b8c3156d.tar.bz2 | |
aubio: fix more audit warnings
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/aubio.rb | 6 |
1 files changed, 2 insertions, 4 deletions
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 |
