package/luarocks: fix typo
authorFrancois Perrad <fperrad@gmail.com>
Sun, 19 Apr 2020 07:48:27 +0000 (09:48 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 19 Apr 2020 08:23:22 +0000 (10:23 +0200)
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>
package/luarocks/luarocks.mk

index 2ea3c8d8d65268cc02ab1cf92b150c39e1e5e320..14f05b34988c0b43dd62e03cbe5056a6294f1901 100644 (file)
@@ -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)