diff options
| author | Jack Nagel | 2014-03-25 10:54:37 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-25 10:54:46 -0500 |
| commit | e9da0e04aa4081138cf713347b1aa8a02c431e89 (patch) | |
| tree | ce4acd02fd6cf068a6395634afff52d86f6f75ea | |
| parent | cab62d267f2a6b69aa9dc32470ff95724e2be08b (diff) | |
| download | homebrew-e9da0e04aa4081138cf713347b1aa8a02c431e89.tar.bz2 | |
xmlstarlet: use install_symlink
| -rw-r--r-- | Library/Formula/xmlstarlet.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xmlstarlet.rb b/Library/Formula/xmlstarlet.rb index 8369355bc..ceb3b2945 100644 --- a/Library/Formula/xmlstarlet.rb +++ b/Library/Formula/xmlstarlet.rb @@ -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 |
