mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
libroxml: fix staging install directory path
Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8fc5ea0043
commit
4cf02e6bfe
@ -13,7 +13,7 @@ define LIBROXML_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define LIBROXML_INSTALL_STAGING_CMDS
|
||||
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(@D) install
|
||||
$(MAKE) DESTDIR=$(STAGING_DIR)/usr/ -C $(@D) install
|
||||
endef
|
||||
|
||||
define LIBROXML_INSTALL_TARGET_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user