diff options
Diffstat (limited to 'Library/Formula/logentries.rb')
| -rw-r--r-- | Library/Formula/logentries.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/logentries.rb b/Library/Formula/logentries.rb index 160c18d4c..bb1b7d706 100644 --- a/Library/Formula/logentries.rb +++ b/Library/Formula/logentries.rb @@ -5,6 +5,8 @@ class Logentries < Formula url 'https://github.com/logentries/le/archive/v1.2.14.tar.gz' sha1 'd0b8073c7d5cae990b186bacf1bb2e2d39c544a5' + conflicts_with 'le', :because => 'both install a le binary' + def install bin.install 'le' end |
