diff options
| author | Gary Bisson <bisson.gary@gmail.com> | 2013-12-17 10:03:46 -0800 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-17 20:44:54 +0100 |
| commit | 4cf02e6bfec9bfdb9d06081537b928e54623857c (patch) | |
| tree | 9bf94e5fe9ee219672994c6b853f34b244b84ee5 | |
| parent | 8fc5ea004386431eaecfea51376fcc11c23c77c1 (diff) | |
| download | buildroot-4cf02e6bfec9bfdb9d06081537b928e54623857c.tar.gz buildroot-4cf02e6bfec9bfdb9d06081537b928e54623857c.zip | |
libroxml: fix staging install directory path
Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/libroxml/libroxml.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

