All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gawk: install /usr/bin/awk as a relative symlink
@ 2018-07-25 11:18 Carlos Santos
  2018-07-25 16:15 ` Thomas Petazzoni
  2018-08-23 19:17 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Carlos Santos @ 2018-07-25 11:18 UTC (permalink / raw)
  To: buildroot

Fixes:
  http://autobuild.buildroot.net/results/bf3937882023df7ed319dc76f1af10f79785112f/

Signed-off-by: Carlos Santos <casantos@datacom.com.br>
---
 package/gawk/gawk.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk
index 1315abb9ee..7c93aefed6 100644
--- a/package/gawk/gawk.mk
+++ b/package/gawk/gawk.mk
@@ -34,7 +34,7 @@ endif
 HOST_GAWK_CONF_OPTS = --without-readline --without-mpfr
 
 define GAWK_CREATE_SYMLINK
-	ln -sf /usr/bin/gawk $(TARGET_DIR)/usr/bin/awk
+	ln -sf gawk $(TARGET_DIR)/usr/bin/awk
 endef
 
 GAWK_POST_INSTALL_TARGET_HOOKS += GAWK_CREATE_SYMLINK
-- 
2.14.4

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

* [Buildroot] [PATCH] gawk: install /usr/bin/awk as a relative symlink
  2018-07-25 11:18 [Buildroot] [PATCH] gawk: install /usr/bin/awk as a relative symlink Carlos Santos
@ 2018-07-25 16:15 ` Thomas Petazzoni
  2018-08-23 19:17 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-07-25 16:15 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 25 Jul 2018 08:18:10 -0300, Carlos Santos wrote:
> Fixes:
>   http://autobuild.buildroot.net/results/bf3937882023df7ed319dc76f1af10f79785112f/
> 
> Signed-off-by: Carlos Santos <casantos@datacom.com.br>
> ---
>  package/gawk/gawk.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] gawk: install /usr/bin/awk as a relative symlink
  2018-07-25 11:18 [Buildroot] [PATCH] gawk: install /usr/bin/awk as a relative symlink Carlos Santos
  2018-07-25 16:15 ` Thomas Petazzoni
@ 2018-08-23 19:17 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-08-23 19:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Carlos" == Carlos Santos <casantos@datacom.com.br> writes:

 > Fixes:
 >   http://autobuild.buildroot.net/results/bf3937882023df7ed319dc76f1af10f79785112f/

 > Signed-off-by: Carlos Santos <casantos@datacom.com.br>

Committed to 2018.02.x and 2018.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-08-23 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25 11:18 [Buildroot] [PATCH] gawk: install /usr/bin/awk as a relative symlink Carlos Santos
2018-07-25 16:15 ` Thomas Petazzoni
2018-08-23 19:17 ` 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.