Skip to content

Commit

Permalink
ffind and sleuthkit conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel authored and dholm committed Jan 14, 2013
1 parent 294543b commit 62ea54b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/ffind.rb
Expand Up @@ -5,6 +5,9 @@ class Ffind < Formula
url 'https://github.com/sjl/friendly-find/tarball/v0.3.1'
sha1 '891207067c0d8715b48e91a52ff815aa73d7e139'

conflicts_with 'sleuthkit',
:because => "both install a 'ffind' executable."

def install
bin.install "ffind"
end
Expand Down
3 changes: 3 additions & 0 deletions Library/Formula/sleuthkit.rb
Expand Up @@ -16,6 +16,9 @@ class Sleuthkit < Formula
depends_on 'afflib' => :optional
depends_on 'libewf' => :optional

conflicts_with 'ffind',
:because => "both install a 'ffind' executable."

def install
system "./bootstrap" if build.head?
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand Down

0 comments on commit 62ea54b

Please sign in to comment.