diff mbox

libroxml: fix staging install directory path

Message ID 1387303426-29751-1-git-send-email-bisson.gary@gmail.com
State Accepted
Commit 4cf02e6bfec9bfdb9d06081537b928e54623857c
Headers show

Commit Message

Gary Bisson Dec. 17, 2013, 6:03 p.m. UTC
Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
---
 package/libroxml/libroxml.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Dec. 17, 2013, 7:45 p.m. UTC | #1
>>>>> "Gary" == Gary Bisson <bisson.gary@gmail.com> writes:

 > Signed-off-by: Gary Bisson <bisson.gary@gmail.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
index 3eefd9d..ca32bf9 100644
--- a/package/libroxml/libroxml.mk
+++ b/package/libroxml/libroxml.mk
@@ -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