tofrodos: use install_symlink
This commit is contained in:
parent
a1bcd41dd0
commit
2c72f29053
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Tofrodos < Formula
|
|||
system "make"
|
||||
bin.install %w[todos fromdos]
|
||||
man1.install "fromdos.1"
|
||||
ln_s man1+'fromdos.1', man1+'todos.1'
|
||||
man1.install_symlink "fromdos.1" => "todos.1"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue