From: Gary Bisson Date: Tue, 17 Dec 2013 18:03:46 +0000 (-0800) Subject: libroxml: fix staging install directory path X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4cf02e6bfec9bfdb9d06081537b928e54623857c;p=buildroot.git libroxml: fix staging install directory path Signed-off-by: Gary Bisson Signed-off-by: Peter Korsgaard --- diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk index 3eefd9d425..ca32bf9383 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