From: Gary Bisson <bisson.gary@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libroxml: fix staging install directory path
Date: Tue, 17 Dec 2013 10:03:46 -0800 [thread overview]
Message-ID: <1387303426-29751-1-git-send-email-bisson.gary@gmail.com> (raw)
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
next reply other threads:[~2013-12-17 18:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-17 18:03 Gary Bisson [this message]
2013-12-17 19:45 ` [Buildroot] [PATCH] libroxml: fix staging install directory path Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1387303426-29751-1-git-send-email-bisson.gary@gmail.com \
--to=bisson.gary@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.