aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-09-13 12:55:41 -0500
committerJack Nagel2012-09-13 12:55:41 -0500
commit932721e6494858c3f24ef00d9373ef414950a5cd (patch)
tree5fc20931ebb96f05b8a5a77efbbbef8f826f3e9d /Library
parentcec477c3d408711dc36f7e27cc4e45063b7b4433 (diff)
downloadhomebrew-932721e6494858c3f24ef00d9373ef414950a5cd.tar.bz2
cppcheck: remove skip_clean :all
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cppcheck.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb
index b50704b9e..c8ae10d26 100644
--- a/Library/Formula/cppcheck.rb
+++ b/Library/Formula/cppcheck.rb
@@ -13,9 +13,6 @@ class Cppcheck < Formula
depends_on 'pcre' unless build.include? 'no-rules'
depends_on 'qt' if build.include? 'with-gui'
- # Do not strip binaries, or else it fails to run.
- skip_clean :all
-
def install
# Man pages aren't installed as they require docbook schemas.