coreutils: install realpath without prefix
Closes Homebrew/homebrew#38444. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
0488389b27
commit
07b54c749a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue