diff options
| author | Mike McQuaid | 2013-10-07 15:15:47 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-10 16:46:48 +0100 |
| commit | ed99309f4f3ffa6f1f6f1ec3a4f8ec5ee3d1631d (patch) | |
| tree | e42b8f49d84fe0c814faef3f1b160776c8f9909f /Library/Formula | |
| parent | 7a94855ae851850b11bee7572120a4f7675d369f (diff) | |
| download | homebrew-ed99309f4f3ffa6f1f6f1ec3a4f8ec5ee3d1631d.tar.bz2 | |
denyhosts: use new etc.install overwrite handling.
Diffstat (limited to 'Library/Formula')
| -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' |
