mmv: use install_symlink

master
Jack Nagel 2014-03-25 13:02:44 -05:00
parent b49a4ed96b
commit 7c1a52e550
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ class Mmv < Formula
man1.install 'mmv.1'
%w[mcp mad mln].each do |mxx|
ln bin+'mmv', bin+mxx
ln man1+'mmv.1', man1+"#{mxx}.1"
bin.install_symlink "mmv" => mxx
man1.install_symlink "mmv.1" => "#{mxx}.1"
end
end
end