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:
Gary Bisson 2013-12-17 10:03:46 -08:00 committed by Peter Korsgaard
parent 8fc5ea0043
commit 4cf02e6bfe
1 changed files with 1 additions and 1 deletions

View File

@ -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