Commit 0127a1cc authored by Francois Perrad's avatar Francois Perrad Committed by Peter Korsgaard
Browse files

lua: remove LUA_INSTALLED_FILES



Useless since the uninstall commands were removed in eb7bd9ef

Signed-off-by: default avatarFrancois Perrad <francois.perrad@gadz.org>
Acked-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 666addf1
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -104,16 +104,5 @@ define HOST_LUA_INSTALL_CMDS
	$(INSTALL) -m 0644 -D $(@D)/src/lauxlib.h $(HOST_DIR)/usr/include/lauxlib.h
endef

LUA_INSTALLED_FILES = \
	/usr/include/lua.h \
	/usr/include/luaconf.h \
	/usr/include/lualib.h \
	/usr/include/lauxlib.h \
	/usr/lib/pkgconfig/lua.pc \
	/usr/bin/lua \
	/usr/bin/luac \
	/usr/lib/liblua.a \
	/usr/lib/liblua.so*

$(eval $(generic-package))
$(eval $(host-generic-package))