Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libroxml: fix staging install directory path
@ 2013-12-17 18:03 Gary Bisson
  2013-12-17 19:45 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Bisson @ 2013-12-17 18:03 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
---
 package/libroxml/libroxml.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] libroxml: fix staging install directory path
  2013-12-17 18:03 [Buildroot] [PATCH] libroxml: fix staging install directory path Gary Bisson
@ 2013-12-17 19:45 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-12-17 19:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Gary" == Gary Bisson <bisson.gary@gmail.com> writes:

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-17 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 18:03 [Buildroot] [PATCH] libroxml: fix staging install directory path Gary Bisson
2013-12-17 19:45 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox