tofrodos: use install_symlink

This commit is contained in:
Jack Nagel 2014-03-25 10:54:37 -05:00
parent a1bcd41dd0
commit 2c72f29053

View file

@ -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