diff options
Diffstat (limited to 'Library/Formula/cppcheck.rb')
| -rw-r--r-- | Library/Formula/cppcheck.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb index d37d32436..384c991af 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -7,7 +7,7 @@ class Cppcheck < Formula    head 'git://github.com/danmar/cppcheck.git'    # Do not strip binaries, or else it fails to run. -  def skip_clean?(path); true end +  skip_clean :all    def install      # Pass to make variables. | 
