aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lrzsz.rb
diff options
context:
space:
mode:
authorKevin Lyda2011-07-11 13:02:44 +0200
committerAdam Vandenberg2011-07-11 10:30:27 -0700
commitcf1c29a4ea45aa4fb7f25bcd82cfdf886ef473c5 (patch)
treed3385add25e1e39e05c3609aaa4e1c97ede42e7c /Library/Formula/lrzsz.rb
parent10442212930483f6be6a76d08eadc494e440d4be (diff)
downloadhomebrew-cf1c29a4ea45aa4fb7f25bcd82cfdf886ef473c5.tar.bz2
lrzsz: add links to sz and rz
Some programs expect to find these binaries under alternate names. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/lrzsz.rb')
-rw-r--r--Library/Formula/lrzsz.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/lrzsz.rb b/Library/Formula/lrzsz.rb
index 20bb9bb47..8fda2d62f 100644
--- a/Library/Formula/lrzsz.rb
+++ b/Library/Formula/lrzsz.rb
@@ -15,5 +15,8 @@ class Lrzsz < Formula
bin.install "src/lsz"
system "make install"
+
+ ln_s bin + "lrz", bin + "rz"
+ ln_s bin + "lsz", bin + "sz"
end
end