aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-25 10:07:45 -0500
committerJack Nagel2014-03-25 10:08:13 -0500
commit0cea17de5c905aacbe242388a3bde817dcbab147 (patch)
tree85d5c6adf53e781eb303e3b600e94bcafdf4e366 /Library/Formula
parent5495c8443d96bbbb78f57a225015f911ef33559b (diff)
downloadhomebrew-0cea17de5c905aacbe242388a3bde817dcbab147.tar.bz2
lrzsz: use install_symlink
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lrzsz.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/lrzsz.rb b/Library/Formula/lrzsz.rb
index 40f6cf6ab..6961c28d3 100644
--- a/Library/Formula/lrzsz.rb
+++ b/Library/Formula/lrzsz.rb
@@ -15,7 +15,6 @@ class Lrzsz < Formula
system "make install"
- ln_s bin/"lrz", bin/"rz"
- ln_s bin/"lsz", bin/"sz"
+ bin.install_symlink "lrz" => "rz", "lsz" => "sz"
end
end