aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/varnish.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/varnish.rb')
-rw-r--r--Library/Formula/varnish.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/varnish.rb b/Library/Formula/varnish.rb
index 36e790604..cf7b740c8 100644
--- a/Library/Formula/varnish.rb
+++ b/Library/Formula/varnish.rb
@@ -8,10 +8,8 @@ class Varnish <Formula
depends_on 'pkg-config'
depends_on 'pcre'
- def skip_clean? path
- # Do not strip varnish binaries: Otherwise, the magic string end pointer isn't found.
- true
- end
+ # Do not strip varnish binaries: Otherwise, the magic string end pointer isn't found.
+ skip_clean :all
def install
system "./configure", "--disable-dependency-tracking",