diff options
| author | Adam Vandenberg | 2013-06-27 09:08:32 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-27 09:08:32 -0700 |
| commit | 50b9bedbf466c5a4513ff766483aeb646252461c (patch) | |
| tree | b22196d622d59bbaa741595e29dbfd78a4711846 /Library/Formula | |
| parent | 1e3e829ee403b47833777a1c5306b4f4c623ce01 (diff) | |
| download | homebrew-50b9bedbf466c5a4513ff766483aeb646252461c.tar.bz2 | |
mp4v2: fix audit
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mp4v2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mp4v2.rb b/Library/Formula/mp4v2.rb index 39b3e237b..e308ebbbd 100644 --- a/Library/Formula/mp4v2.rb +++ b/Library/Formula/mp4v2.rb @@ -15,7 +15,7 @@ class Mp4v2 < Formula # Fixes compile error on Lion w/Clang using a patch from svn: # http://code.google.com/p/mp4v2/source/detail?r=442 # It is inline because there's no direct link to the raw patch. - DATA unless ARGV.build_devel? + DATA unless build.devel? end def install |
