diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/denyhosts.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/denyhosts.rb b/Library/Formula/denyhosts.rb index 2d950f6c5..9763f0c3c 100644 --- a/Library/Formula/denyhosts.rb +++ b/Library/Formula/denyhosts.rb @@ -42,7 +42,7 @@ class Denyhosts < Formula (libexec+'daemon-control').chmod 0755 # Don't overwrite the config file; the user may have tweaked it. - etc.install 'denyhosts.cfg' unless (etc + 'denyhosts.cfg').exist? + etc.install 'denyhosts.cfg' sbin.install_symlink libexec+'daemon-control' sbin.install_symlink libexec+'denyhosts.py' => 'denyhosts' |
