* [Buildroot] [PATCH] package/luarocks: fix typo
@ 2020-04-19 7:48 Francois Perrad
2020-04-19 8:24 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2020-04-19 7:48 UTC (permalink / raw)
To: buildroot
many build are broken, that starts by this kind of message:
Warning: could not load configuration file `.../host/etc/luarocks/config.lua` given in environment variable LUAROCKS_CONFIG
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/luarocks/luarocks.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/luarocks/luarocks.mk b/package/luarocks/luarocks.mk
index 2ea3c8d8d..14f05b349 100644
--- a/package/luarocks/luarocks.mk
+++ b/package/luarocks/luarocks.mk
@@ -35,7 +35,7 @@ define HOST_LUAROCKS_INSTALL_CMDS
rm -f $(LUAROCKS_CONFIG_FILE_DEFAULT)
$(MAKE1) -C $(@D) install
cat $(LUAROCKS_CONFIG_FILE_DEFAULT) $(HOST_LUAROCKS_PKGDIR)/luarocks-br-config.lua \
- > $(LUAROCKS_CONFIG_FILE)a
+ > $(LUAROCKS_CONFIG_FILE)
cat $(LUAROCKS_CONFIG_FILE_DEFAULT) $(HOST_LUAROCKS_PKGDIR)/luarocks-br-host-config.lua \
> $(HOST_LUAROCKS_CONFIG_FILE)
rm -f $(LUAROCKS_CONFIG_FILE_DEFAULT)
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/luarocks: fix typo
2020-04-19 7:48 [Buildroot] [PATCH] package/luarocks: fix typo Francois Perrad
@ 2020-04-19 8:24 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-04-19 8:24 UTC (permalink / raw)
To: buildroot
On Sun, 19 Apr 2020 09:48:27 +0200
Francois Perrad <fperrad@gmail.com> wrote:
> many build are broken, that starts by this kind of message:
> Warning: could not load configuration file `.../host/etc/luarocks/config.lua` given in environment variable LUAROCKS_CONFIG
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> package/luarocks/luarocks.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks. Sorry for the typo, my fault :-/
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-19 8:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-19 7:48 [Buildroot] [PATCH] package/luarocks: fix typo Francois Perrad
2020-04-19 8:24 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox