irods: conflicts with renameutils
This commit is contained in:
parent
5575d0286f
commit
77f93ca7a3
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ class Irods < Formula
|
|||
depends_on :osxfuse => :optional
|
||||
depends_on "openssl"
|
||||
|
||||
conflicts_with "renameutils",
|
||||
:because => "both install `icp` and `imv` binaries"
|
||||
|
||||
def install
|
||||
cd "iRODS" do
|
||||
system "./scripts/configure"
|
||||
|
|
Loading…
Reference in a new issue