From c8c946aa9eb0152e8199a8f95d491babb7e6e772 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Tue, 11 Aug 2015 00:30:09 +0200 Subject: [PATCH] coreutils: add conflict with aardvark_shell_utils --- Formula/coreutils.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/coreutils.rb b/Formula/coreutils.rb index a99f5291412..45dae8016f0 100644 --- a/Formula/coreutils.rb +++ b/Formula/coreutils.rb @@ -13,6 +13,7 @@ class Coreutils < Formula conflicts_with "ganglia", :because => "both install `gstat` binaries" conflicts_with "idutils", :because => "both install `gid` and `gid.1`" + conflicts_with "aardvark_shell_utils", :because => "both install `realpath` binaries" head do url "git://git.sv.gnu.org/coreutils"