aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 21:24:32 -0800
committerAdam Vandenberg2014-02-25 21:24:51 -0800
commit4edbe7508594bde999724fdc4f791f2e89d899f0 (patch)
tree2aea3a75c5721991ca8ec90a590edd6b2ee802b8 /Library/Formula
parent71282a71a40b1b386e8e7a34c0c7a124ae5f7a5f (diff)
downloadhomebrew-4edbe7508594bde999724fdc4f791f2e89d899f0.tar.bz2
nginx: remove unused skip_clean
logs are put into var which is not cleaned
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nginx.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb
index a93ef37f0..6f8b95882 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -30,8 +30,6 @@ class Nginx < Formula
depends_on 'passenger' => :optional
depends_on 'openssl'
- skip_clean 'logs'
-
def passenger_config_args
passenger_config = "#{HOMEBREW_PREFIX}/opt/passenger/bin/passenger-config"
nginx_ext = `#{passenger_config} --nginx-addon-dir`.chomp