Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
aardvark_shell_utils: add conflict with coreutils
Browse files Browse the repository at this point in the history
Closes #42767.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
  • Loading branch information
bfontaine committed Aug 11, 2015
1 parent 7fe41e4 commit 271ee53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Library/Formula/aardvark_shell_utils.rb
Expand Up @@ -4,8 +4,11 @@ class AardvarkShellUtils < Formula
url "http://downloads.laffeycomputer.com/current_builds/shellutils/aardvark_shell_utils-1.0.tar.gz"
sha256 "aa2b83d9eea416aa31dd1ce9b04054be1a504e60e46426225543476c0ebc3f67"

conflicts_with "coreutils", :because => "both install `realpath` binaries"

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make"
Expand Down

0 comments on commit 271ee53

Please sign in to comment.