mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/luarocks: fix typo
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d9045f2596
commit
de29a00a63
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user