Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/less: install the lessecho command
@ 2023-08-01  9:37 carrier.nicolas0
  2023-08-01 20:20 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: carrier.nicolas0 @ 2023-08-01  9:37 UTC (permalink / raw)
  To: buildroot; +Cc: Nicolas Carrier

From: Nicolas Carrier <nicolas.carrier@nav-timing.safrangroup.com>

it is required by, for example the s command, allowing to write to a file
---
 package/less/less.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/less/less.mk b/package/less/less.mk
index 91ce08f4f0..ed9d8f0f90 100644
--- a/package/less/less.mk
+++ b/package/less/less.mk
@@ -13,6 +13,7 @@ LESS_DEPENDENCIES = ncurses
 
 define LESS_INSTALL_TARGET_CMDS
 	$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
+	$(INSTALL) -m 0755 $(@D)/lessecho $(TARGET_DIR)/usr/bin/lessecho
 endef
 
 $(eval $(autotools-package))
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-08-01 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-01  9:37 [Buildroot] [PATCH] package/less: install the lessecho command carrier.nicolas0
2023-08-01 20:20 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox