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>
This commit is contained in:
Kevin Lyda 2011-07-11 13:02:44 +02:00 committed by Adam Vandenberg
parent 5a7f0b8a18
commit 212cace212

View file

@ -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