All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] lrzsz: install symlinks for XMODEM and YMODEM
@ 2018-05-24 17:51 Baruch Siach
  2018-05-24 21:12 ` Peter Korsgaard
  2018-06-11 21:13 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2018-05-24 17:51 UTC (permalink / raw)
  To: buildroot

This sets the protocol choice according to the program invocation name.
That is the common lrzsz installation practice.

Cc: Matthew Starr <mstarr@hedonline.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/lrzsz/lrzsz.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/lrzsz/lrzsz.mk b/package/lrzsz/lrzsz.mk
index 5dac07a2953e..25ecf3deade0 100644
--- a/package/lrzsz/lrzsz.mk
+++ b/package/lrzsz/lrzsz.mk
@@ -24,6 +24,10 @@ define LRZSZ_INSTALL_TARGET_CMDS
 	$(INSTALL) -m 0755 -D $(@D)/src/lsz $(TARGET_DIR)/usr/bin/sz
 	ln -sf rz $(TARGET_DIR)/usr/bin/lrz
 	ln -sf sz $(TARGET_DIR)/usr/bin/lsz
+	ln -sf rz $(TARGET_DIR)/usr/bin/rb
+	ln -sf sz $(TARGET_DIR)/usr/bin/sb
+	ln -sf rz $(TARGET_DIR)/usr/bin/rx
+	ln -sf sz $(TARGET_DIR)/usr/bin/sx
 endef
 
 $(eval $(autotools-package))
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] lrzsz: install symlinks for XMODEM and YMODEM
  2018-05-24 17:51 [Buildroot] [PATCH] lrzsz: install symlinks for XMODEM and YMODEM Baruch Siach
@ 2018-05-24 21:12 ` Peter Korsgaard
  2018-06-11 21:13 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-05-24 21:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > This sets the protocol choice according to the program invocation name.
 > That is the common lrzsz installation practice.

 > Cc: Matthew Starr <mstarr@hedonline.com>
 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] lrzsz: install symlinks for XMODEM and YMODEM
  2018-05-24 17:51 [Buildroot] [PATCH] lrzsz: install symlinks for XMODEM and YMODEM Baruch Siach
  2018-05-24 21:12 ` Peter Korsgaard
@ 2018-06-11 21:13 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-06-11 21:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > This sets the protocol choice according to the program invocation name.
 > That is the common lrzsz installation practice.

 > Cc: Matthew Starr <mstarr@hedonline.com>
 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-11 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-24 17:51 [Buildroot] [PATCH] lrzsz: install symlinks for XMODEM and YMODEM Baruch Siach
2018-05-24 21:12 ` Peter Korsgaard
2018-06-11 21:13 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.