libroxml: fix staging install directory path
authorGary Bisson <bisson.gary@gmail.com>
Tue, 17 Dec 2013 18:03:46 +0000 (10:03 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 17 Dec 2013 19:44:54 +0000 (20:44 +0100)
Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libroxml/libroxml.mk

index 3eefd9d425ba0daa4ef199eebd8d1263e93530f3..ca32bf93832b918c7ce439c742e5ae6ad7caefc9 100644 (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