mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
lua: remove LUA_INSTALLED_FILES
Useless since the uninstall commands were removed in eb7bd9ef Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
666addf1bc
commit
0127a1cc5a
@ -104,16 +104,5 @@ define HOST_LUA_INSTALL_CMDS
|
|||||||
$(INSTALL) -m 0644 -D $(@D)/src/lauxlib.h $(HOST_DIR)/usr/include/lauxlib.h
|
$(INSTALL) -m 0644 -D $(@D)/src/lauxlib.h $(HOST_DIR)/usr/include/lauxlib.h
|
||||||
endef
|
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 $(generic-package))
|
||||||
$(eval $(host-generic-package))
|
$(eval $(host-generic-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user