xmlstarlet: use install_symlink

master
Jack Nagel 2014-03-25 10:54:37 -05:00
parent ed4f79e486
commit 1d9a0f5b56
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ class Xmlstarlet < Formula
"--mandir=#{man}"
system "make"
system "make install"
ln_s bin/'xml', bin/'xmlstarlet'
bin.install_symlink "xml" => "xmlstarlet"
end
end