gnu-time: add gnubin and gnuman symlink dirs
This commit is contained in:
parent
d152b46b75
commit
82dc091aa2
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ class GnuTime < Formula
|
|||
|
||||
system "./configure", *args
|
||||
system "make", "install"
|
||||
|
||||
if build.without? "default-names"
|
||||
(libexec/"gnubin").install_symlink bin/"gtime" => "time"
|
||||
end
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue