diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/znc.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/znc.rb b/Library/Formula/znc.rb index c64b6f1d4..53ae850ad 100644 --- a/Library/Formula/znc.rb +++ b/Library/Formula/znc.rb @@ -13,9 +13,7 @@ class Znc <Formula depends_on 'c-ares' - def skip_clean? path - path == bin+'znc' - end + skip_clean 'bin/znc' def install # This is a 3rd-party module that handles push notifications for Colloquy on the iPhone |
