lua: fix pkgconfig installation
install -D needs the destination filename, not just it's directory, otherwise we end up with a pkgconfig file instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4439d38890
commit
8471827f32
@ -39,7 +39,7 @@ endif
|
||||
|
||||
define LUA_INSTALL_STAGING_CMDS
|
||||
$(INSTALL) -m 0644 -D $(@D)/etc/lua.pc \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/lua.pc
|
||||
$(INSTALL) $(@D)/src/liblua.a $(STAGING_DIR)/usr/lib
|
||||
$(INSTALL) $(@D)/src/lua $(STAGING_DIR)/usr/bin
|
||||
$(INSTALL) $(@D)/src/luac $(STAGING_DIR)/usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user