gnu-indent: add gnubin and gnuman symlink dirs
This commit is contained in:
parent
109d5f10e0
commit
d152b46b75
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ class GnuIndent < Formula
|
|||
|
||||
system "./configure", *args
|
||||
system "make", "install"
|
||||
|
||||
if build.without? "default-names"
|
||||
(libexec/"gnubin").install_symlink bin/"gindent" => "indent"
|
||||
(libexec/"gnuman/man1").install_symlink man1/"gindent.1" => "indent.1"
|
||||
end
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue