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:
parent
5a7f0b8a18
commit
212cace212
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue