From 07b54c749a85b8556e6442d2f4607bb2e11cc64e Mon Sep 17 00:00:00 2001 From: Steven Willis Date: Tue, 7 Apr 2015 15:07:27 -0400 Subject: [PATCH] coreutils: install realpath without prefix Closes Homebrew/homebrew#38444. Signed-off-by: Mike McQuaid --- Formula/coreutils.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/coreutils.rb b/Formula/coreutils.rb index 4d5647ca9f..f2678ecc6c 100644 --- a/Formula/coreutils.rb +++ b/Formula/coreutils.rb @@ -57,6 +57,10 @@ class Coreutils < Formula coreutils_filenames(man1).each do |cmd| (libexec/"gnuman"/"man1").install_symlink man1/"g#{cmd}" => cmd end + + # Symlink non-conflicting binaries + bin.install_symlink "grealpath" => "realpath" + man1.install_symlink "grealpath.1" => "realpath.1" end def caveats; <<-EOS.undent